close
The Wayback Machine - https://web.archive.org/web/20211203094701/https://github.com/github/markup/commits/master
Skip to content
Permalink
master
Loading

Commits on Apr 3, 2021

  1. Merge pull request #1452 from terencehonles/fix-rst-directives-with-u…

    …nknown-options
    
    fix unknown directive options removing the directive entirely
    aharpole committed Apr 3, 2021

Commits on Mar 31, 2021

  1. Merge pull request #1456 from github/python3-rst

    Render RST using python3
    brasic committed Mar 31, 2021
  2. Add changelog entry

    brasic committed Mar 31, 2021

Commits on Mar 30, 2021

  1. 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.
    brasic committed Mar 30, 2021
  2. Remove -S flag for python3

    This should not be necessary anymore and its presence breaks actual use
    of pip which installs into the site-packages directory.
    brasic committed Mar 30, 2021
  3. 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.
    brasic committed Mar 30, 2021

Commits on Nov 12, 2020

  1. bump version to 3.0.5

    aharpole committed Nov 12, 2020

Commits on Sep 5, 2019

  1. Merge pull request #1290 from dometto/fix1289

    Check whether filename is set when rendering asciidoc. Resolves #1289
    Ashe Connor
    Ashe Connor committed Sep 5, 2019

Commits on May 23, 2019

  1. Merge pull request #1274 from maloucaze/use-heredoc

    Use squiggly HEREDOC syntax
    kivikakk committed May 23, 2019
  2. Update github-markup.gemspec

    Co-Authored-By: Ashe Connor <kivikakk@github.com>
    Nick Maloucaze Ashe Connor
    Nick Maloucaze and Ashe Connor committed May 23, 2019

Commits on May 22, 2019

  1. Use squiggly HEREDOC syntax

    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.
    maloucaze committed May 22, 2019

Commits on May 7, 2019

  1. Merge pull request #1269 from jinhucheung/perf-test-commonmarker-options

    Improve commonmarker test case
    kivikakk committed May 7, 2019

Commits on May 6, 2019

  1. Merge pull request #1268 from jinhucheung/add-commonmarker-exts-to-op…

    …tions
    
    Add extensions to commonmarker options
    kivikakk committed May 6, 2019

Commits on Apr 2, 2019

  1. use modern sanitize in tests

    (Vulnerability alert doesn't exactly apply as it's never used in actual
    execution, but that's okay.)
    kivikakk committed Apr 2, 2019
  2. 💎 bump to 3.0.4

    kivikakk committed Apr 2, 2019
  3. Merge pull request #1264 from mojavelinux/issue-1258-upgrade-to-ascii…

    …doctor-2
    
    resolves #1258 upgrade to Asciidoctor 2.0.x
    Ashe Connor
    Ashe Connor committed Apr 2, 2019
  4. upgrade to Asciidoctor 2.0.x

    - 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
    mojavelinux committed Apr 2, 2019

Commits on Feb 24, 2019

Commits on Jan 6, 2019

  1. Merge pull request #1249 from jinhucheung/perf-render-params

    add markup options
    Ashe Connor
    Ashe Connor committed Jan 6, 2019

Commits on Dec 21, 2018

  1. perf(markup): add test

    jinhucheung committed Dec 21, 2018

Commits on Dec 17, 2018

  1. 💎 bump to 3.0.3

    kivikakk committed Dec 17, 2018
  2. Merge pull request #1248 from github/pod62html-tweaks

    pod62html tweaks
    Ashe Connor
    Ashe Connor committed Dec 17, 2018
  3. replace with passthrough

    kivikakk committed Dec 17, 2018
  4. add p6 uri

    kivikakk committed Dec 17, 2018
Older