Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the handling of inlines from `fmt_md.rs` to a separate struct. This makes it easier to do json output (#74), since I want to render inlines via just the markdown text (not a JSON breakdown of the various spans). Resolves #87. That was originally written as a performance improvement, but I'm doing it now for the JSON (not performance).
- Loading branch information