uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: seeing intermediate translations

joshuahhh opened this issue · comments

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.