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
There's an option right now to output the final AST to a file. That's great! But there are a bunch of other intermediate forms in the translation process without similar options:
preprocessed Markdown (output of preprocess)
Pandoc's AST format (output of pandoc)
internal AST format (output of parsePandocAST, before transformAST has been called)
Making it easy to see these would help with understanding the living-papers internals, debugging new features, etc.
The text was updated successfully, but these errors were encountered:
There's an option right now to output the final AST to a file. That's great! But there are a bunch of other intermediate forms in the translation process without similar options:
preprocess
)pandoc
)parsePandocAST
, beforetransformAST
has been called)Making it easy to see these would help with understanding the living-papers internals, debugging new features, etc.
The text was updated successfully, but these errors were encountered: