@magidoc/plugin-fuse-markdown
v6.2.0
Published
A plugin used to index markdown text into a Fuse.js search engine.
Downloads
4,634
Maintainers
Readme
Magidoc - Fuse Markdown
This plugin is designed to index Markdown into a FuseJS engine. It does so by splitting every section (separated by a header) into different documents, and then index each of these documents separately. Doing so makes it possible to know which document is in which section, and to search for a specific section.
This plugin can be used in any browser or node application.
Documentation
For more details on how to use this plugin, see the documentation.