Enter your suggestions in details:
This issue requests a set of Remark plugins dedicated to Lume similar to https://github.com/lumeland/markdown-plugins. Those plugins can export data to pages that can be freely used for layout template. This way, a Lume project can have both mdx and markdown-it pages and still produce consistent HTML layout. The parts I'm most interested in are toc and footnotes.
I believe remark-rehype renders the final HTML output based on the AST built by Remark, which is not visible as Lume data.
Enter your suggestions in details:
This issue requests a set of Remark plugins dedicated to Lume similar to https://github.com/lumeland/markdown-plugins. Those plugins can export data to pages that can be freely used for layout template. This way, a Lume project can have both
mdxandmarkdown-itpages and still produce consistent HTML layout. The parts I'm most interested in aretocandfootnotes.I believe
remark-rehyperenders the final HTML output based on the AST built by Remark, which is not visible as Lume data.