You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been hinted in various comments that support is planned for external markdown parsers (e.g., here, here, and here). There is an old branch exploring it. I would love this feature! ❤️
My personal use case would be writing very math heavy documentation (e.g., https://sunnysuite.github.io/Sunny.jl/dev/structure-factor.html). It would be a huge boon to be able to use the $ and $$ syntax to get inline Latex, which would unlock the "live preview" feature available in editors like VSCode. That transforms the writing experience.
The text was updated successfully, but these errors were encountered:
Yep, good to have a dedicated issue. The interface should, basically, be that you provide MarkdownAST AST data structure as a page. CommonMark could potentially be special cased though, so that you could just swap out the default parser for all .md files (probably done via a Pkg extension initially?). But there's also value in being able to override the parser for single files (e.g. to proprely parse READMEs).
Some additional setup work seems fine. To make sure I understand, the feature would enable, say, CommonMark parsing (the Latex $$ for example), while also allowing for things like Documenter hyperrefs using, e.g., [`foo`](@ref)?
It has been hinted in various comments that support is planned for external markdown parsers (e.g., here, here, and here). There is an old branch exploring it. I would love this feature! ❤️
My personal use case would be writing very math heavy documentation (e.g., https://sunnysuite.github.io/Sunny.jl/dev/structure-factor.html). It would be a huge boon to be able to use the
$
and$$
syntax to get inline Latex, which would unlock the "live preview" feature available in editors like VSCode. That transforms the writing experience.The text was updated successfully, but these errors were encountered: