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
The solution is going to be a custom parser that hopefully uses @glimmer/parser, and converts the AST to UAST or whatever it's called -- or at least uses the format.
https://jsbin.com/serolidome/1/edit?html,output
The caveat here is that we'd lose the "inline" glimmer features, like what is demostrated here
Discussion on the future: https://github.com/orgs/unifiedjs/discussions/213
And separate repo to implement ideas: https://github.com/nullvoxpopuli/glimdown
The solution is going to be a custom parser that hopefully uses
@glimmer/parser
, and converts the AST to UAST or whatever it's called -- or at least uses the format.Related:
(not that this project uses Docfy, but we're solving similar things -- Limber: at runtime, Docfy: at build time)
The text was updated successfully, but these errors were encountered: