Chromium Code Reviews
DescriptionAdd a --markdown flag to GN to be able to output help in markdown.
With this change, we can now generate a markdown page containing all
of the built-in help from GN, so that it will be visible on the web.
The changes to GN to support markdown are, so far, minimal, but the
resulting format is also pretty lame: we just wrap the body of the each
help command in a code block (markdown's equivalent of <pre>).
R=brettw@chromium.org
BUG=468851
Committed: https://crrev.com/e7700dd26912bcab168b6f4795a05fd9b5b1cb22
Cr-Commit-Position: refs/heads/master@{#325730}
Patch Set 1 : initial patch for review #Patch Set 2 : fix bold/italic formatting #
Total comments: 6
Patch Set 3 : update w/ review feedback, merge to head, fix highlighting of comments #
Total comments: 2
Patch Set 4 : Update w/ more review feedback #Patch Set 5 : fix typo in OutputMarkdownDec for win #Patch Set 6 : fix dropped variable #
Messages
Total messages: 26 (12 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||