UNPKG

@k9n/scully-plugin-toc

Version:

This plugin for scully provides a postRenderer to generate a table of contents for the rendered route content

8 lines (6 loc) 170 B
import { getTocPlugin } from './scully-plugin-toc'; describe('scullyPluginToc', () => { it('should work', () => { expect(getTocPlugin()).toEqual('toc'); }); });