Output a "fully rendered" markdown document#48
Conversation
|
From the very quick overview, LGTM - thanks @pmolodo I noticed the change in the expected Markdown requirements, I assume this was tested. |
I meant to mark this as DRAFT, as I'm working on a detailed comparison of what changes when switching to gfm. Short summary is that it DOES result in changes in html/pdf, but thus far it seems to be fairly minor / cosmetic stuff (ie, in html, |
e43a0bd to
1fc43f3
Compare
Builds a .md output by default alongside HTML/PDF/docx, using pandoc to apply shared transforms (title page, TOC, filters). Disable with --no-md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1fc43f3 to
a7392bd
Compare
|
So, after realizing that our current combined_spec.md does not have a consistent markdown style (it's a mix of Will file a issue to make markdown more consistent, targeting post-1.1 |
|
New version doesn't change any previous outputs, but just adds a .md (with title page and TOC). Removing draft, ready for review. |
...that has been processed through pandoc.
The input and output format are both .md, so the only thing that's changed are pandoc-specific things, like adding a title page and table of contents.
Note that for the table of contents to render in md properly, we must use github-flavored-markdown.