| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of generating the "Links" and "Releases" sections on the fly
and adding them to the end of the README.md before processing it with
aux/workflow/README.sh, embed those sections directly and use
aux/workflow/assert-readme.sh to make sure the metadata is there.
Before we had:
1. generate "Links" and "Releases" on the fly inside
aux/workflow/README.sh;
2. add those sections to the end of the README.md;
3. use the custom pandoc build command inside the
aux/workflow/README.sh file.
Now we have:
1. embed "Links" and "Releases" in the README.md directly;
2. use aux/workflow/assert-readme.sh to validate the correct metadata;
3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.
|
|
|
|
|
|
|
|
The default formatter uses spaces over tabs, and I can't get it to
override that.
The --style='{UseTab: Always}' should have done it, but it didn't work.
|
|
|
|
|
|
|
|
when tests fail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
profile lines
|