master
Commits on Apr 3, 2021
-
Merge pull request #1452 from terencehonles/fix-rst-directives-with-u…
…nknown-options fix unknown directive options removing the directive entirely
Commits on Apr 2, 2021
Commits on Mar 31, 2021
-
-
Merge pull request #1456 from github/python3-rst
Render RST using python3
-
Commits on Mar 30, 2021
-
Update HTML fixture for python3
The README.rst fixture had a test that was python2-specific, it asserted that a segment of markup would be dropped from the output for containing UTF-8 chars. That's no longer true, so we can update the fixture accordingly.
-
-
This should not be necessary anymore and its presence breaks actual use of pip which installs into the site-packages directory.
-
Point to python3 executable for rendering RST
#919 added support for python3, but we still explicitly shell out to the `python2` executable. Let's switch to python3 now that it's supported. This bumps the major version because it's a breaking change for anyone running in an environment with only python2.
Commits on Nov 12, 2020
Commits on Sep 5, 2019
-
Merge pull request #1290 from dometto/fix1289
Check whether filename is set when rendering asciidoc. Resolves #1289
Ashe Connor committedSep 5, 2019
Commits on Sep 4, 2019
Commits on May 23, 2019
-
Merge pull request #1274 from maloucaze/use-heredoc
Use squiggly HEREDOC syntax
-
Co-Authored-By: Ashe Connor <kivikakk@github.com>
Nick Maloucaze and Ashe Connor committedMay 23, 2019
Commits on May 22, 2019
-
It is recommended to use the squiggly HEREDOC syntax (https://infinum.co/the-capsized-eight/multiline-strings-ruby-2-3-0-the-squiggly-heredoc) for multiline strings.
Commits on May 7, 2019
-
Merge pull request #1269 from jinhucheung/perf-test-commonmarker-options
Improve commonmarker test case
-
Commits on May 6, 2019
-
Merge pull request #1268 from jinhucheung/add-commonmarker-exts-to-op…
…tions Add extensions to commonmarker options
-
Commits on Apr 2, 2019
-
(Vulnerability alert doesn't exactly apply as it's never used in actual execution, but that's okay.)
-
-
Merge pull request #1264 from mojavelinux/issue-1258-upgrade-to-ascii…
…doctor-2 resolves #1258 upgrade to Asciidoctor 2.0.x
Ashe Connor committedApr 2, 2019 -
- upgrade to Asciidoctor 2.0.x (starting with 2.0.5) - switch to fuzzy version match for asciidoctor gem - disable sectanchors (since they get removed by the sanitizer anyway) - use formal xref macro for interdocument xref in test - add test for toggling the document title using showtitle/!showtitle - add test to verify toc is generated at top of document when toc attribute is set
Commits on Feb 24, 2019
Commits on Jan 6, 2019
-
Merge pull request #1249 from jinhucheung/perf-render-params
add markup options
Ashe Connor committedJan 6, 2019
Commits on Dec 21, 2018
Commits on Dec 17, 2018
-
-
Merge pull request #1248 from github/pod62html-tweaks
pod62html tweaks
Ashe Connor committedDec 17, 2018 -
-
-
-

