Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repotag jruby compatibility #1347

Open
wants to merge 282 commits into
base: repotag-jruby-compatibility
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 4, 2015

  1. Merge remote-tracking branch 'origin/master' into trim-contributing

    * origin/master: (39 commits)
      Release 1.3.3
      The command is POSIX, not Posix
      Release 1.3.2
      Spruce up old tests
      Add empty `a` to support contents with sectnums
      Add comments to describe these calls
      No longer true
      Restore "test" as the default rake task
      Extconf hack no longer necessary
      Don't test jdk7
      Fallback on open3 if posix-spawn is unavailable.
      Define CommandImplementation#execute conditional on presence of Posix::Spawn
      Get html_equal tests running with minitest
      Updated deprecated .exists? in markup.rb
      Added the link to Pod::Simple on CPAN.
      Fix pod output
      Be more specific with santize dependency
      Use sanitization filter in tests
      Render with HTML pipeline
      Do not test against jruby-head (unstable)
      ...
    bkeepers committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    f1e6839 View commit details
    Browse the repository at this point in the history
  2. Fix link to linguist

    bkeepers committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    78aa377 View commit details
    Browse the repository at this point in the history
  3. Call out CSS issues

    bkeepers committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    2ab3606 View commit details
    Browse the repository at this point in the history
  4. tweaks

    bkeepers committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    6404e98 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#431 from github/trim-contributing

    Make docs more helpful for end-users
    bkeepers committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    ad43ec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Merge remote-tracking branch 'origin/master' into implementation-name

    * origin/master: (57 commits)
      tweaks
      Call out CSS issues
      Fix link to linguist
      Release 1.3.3
      The command is POSIX, not Posix
      Release 1.3.2
      Spruce up old tests
      Add empty `a` to support contents with sectnums
      Add comments to describe these calls
      No longer true
      Restore "test" as the default rake task
      point to other places before creating issues
      Extconf hack no longer necessary
      Don't test jdk7
      Fallback on open3 if posix-spawn is unavailable.
      Define CommandImplementation#execute conditional on presence of Posix::Spawn
      Get html_equal tests running with minitest
      Updated deprecated .exists? in markup.rb
      Added the link to Pod::Simple on CPAN.
      Fix pod output
      ...
    
    Conflicts:
    	lib/github/markup.rb
    	test/markup_test.rb
    bkeepers committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    60119d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#377 from github/implementation-name

    Add #name to renderers
    bkeepers committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    46010af View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Configuration menu
    Copy the full SHA
    bc732cc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Update CONTRIBUTING.md

    bkeepers committed Apr 30, 2015
    1 Configuration menu
    Copy the full SHA
    ec367e5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Merge pull request github#492 from github/primer

    Link to primer for styling issues
    bkeepers committed May 1, 2015
    Configuration menu
    Copy the full SHA
    43fe31a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

  1. Configuration menu
    Copy the full SHA
    d2860bf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Merge pull request github#493 from himynameismartin/patch-1

    Add Ruby syntax highlighting
    bkeepers committed May 5, 2015
    Configuration menu
    Copy the full SHA
    4691aec View commit details
    Browse the repository at this point in the history
  2. Adding a convenience "render by symbol"

    SkyCrawl committed May 5, 2015
    Configuration menu
    Copy the full SHA
    45cad6b View commit details
    Browse the repository at this point in the history
  3. Bug fixes

    SkyCrawl committed May 5, 2015
    Configuration menu
    Copy the full SHA
    d286e87 View commit details
    Browse the repository at this point in the history
  4. Bug fixes

    SkyCrawl committed May 5, 2015
    Configuration menu
    Copy the full SHA
    9205275 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Updating README to reflect recet changes

    SkyCrawl committed May 6, 2015
    Configuration menu
    Copy the full SHA
    3cc56d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. Unlock email addresses

    gjtorikian committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    14a8a61 View commit details
    Browse the repository at this point in the history
  2. Support :kbd: shortcut

    Closes github#497.
    gjtorikian committed Jun 5, 2015
    1 Configuration menu
    Copy the full SHA
    07cf187 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Merge pull request github#502 from github/fix-dat-rst

    Fix a couple of RST issues
    gjtorikian committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    802316b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Configuration menu
    Copy the full SHA
    16b6ddc View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#427 from mojavelinux/asciidoctor-1.5.2-upgrade

    upgrade to Asciidoctor 1.5.2
    gjtorikian committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    5635af3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Display unknown restructuredText directives

    This addresses issue github#514.
    
    Previous behavior was to silently ignore unknown directives and
    comments, which made .rst documents that utilized rst extensions
    appear to be incomplete.  This fix allows all the information to
    be displayed, and further allows comments to be placed to indicate
    that the github rst viewer is not the preferred viewer for the
    document.
    
    This patch will not alter the appearance of any document that
    is specifically coded for display at github which doesn't use
    restucturedText comments.
    
    Additional possible enhancements include figuring out how to
    gray out this text, and/or to support a special github directive
    at the start of the text file that controls whether this new
    behavior is enabled.
    pmaupin committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    4daed52 View commit details
    Browse the repository at this point in the history
  2. Add github display control comment

    Also add test file to show new operation.
    pmaupin committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    f68fcab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c6261a View commit details
    Browse the repository at this point in the history
  4. Update expected test result

    My docutils configuration must be slightly different than github's.
    pmaupin committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    cf688b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff25f45 View commit details
    Browse the repository at this point in the history
  6. Update expected results

    pmaupin committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    01fb321 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Configuration menu
    Copy the full SHA
    44cfb29 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2015

  1. pep8 compliance

    kakwa committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    f34f538 View commit details
    Browse the repository at this point in the history
  2. enable raw html

    kakwa committed Jul 18, 2015
    1 Configuration menu
    Copy the full SHA
    68557d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. uphold => honor

    bkeepers committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    04c5f11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#523 from github/code-of-conduct

    Add code of conduct to contributing guidelines
    bkeepers committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    1b48040 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. 💎 bump to 1.4.0

    gjtorikian committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    5716bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Merge pull request github#454 from github/mediawiki-codepre

    Resolve issues with the `tt` tag in MediaWiki
    gjtorikian committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    bdb490b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Added doctest blocks to reStructuredText

    Many Python projects use Sphinx to create documentation from .rst markup.
    
    Using a doctest:: directive the markup can include blocks of code that is both
    tested and rendered in the final documentation. These blocks are not rendered
    on github.com though, e.g. in a README.rst.
    
    To remedy this (without adding Sphinx as a dependency) this PR aliases
    doctest:: directives to code:: directives,. The language of such blocks is set
    to 'python', since doctest only supports Python.
    
    Refs dateutil/dateutil#83
    moreati committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    c5e6585 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Merge pull request github#546 from moreati/rst-doctest

    Added doctest blocks to reStructuredText (with tests)
    gjtorikian committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    c4c6603 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Merge remote-tracking branch 'upstream/master' into raw_html_rst

    Conflicts:
    	lib/github/commands/rest2html
    kakwa committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    b90deae View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Configuration menu
    Copy the full SHA
    58389ca View commit details
    Browse the repository at this point in the history
  2. Add test for raw RST

    gjtorikian committed Oct 1, 2015
    4 Configuration menu
    Copy the full SHA
    5393ae9 View commit details
    Browse the repository at this point in the history
  3. Drop 1.9.3

    gjtorikian committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    eb4ea4f View commit details
    Browse the repository at this point in the history
  4. Ensure sudo: false

    gjtorikian committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    6a58958 View commit details
    Browse the repository at this point in the history
  5. Not so many Git depths

    gjtorikian committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    8b22d82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5759fa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. allow multiple files for command line tool

    useful for prepare for printing multiple documents:
    github-markup repo/docs/*
    instead of
    echo repo/docs/* | xargs github-markup
    oklas committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5f7d58f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Add failing test case

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    47b1ddb View commit details
    Browse the repository at this point in the history
  2. Gotta cache 'em all

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    418da90 View commit details
    Browse the repository at this point in the history
  3. no sudo

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    2cb105c View commit details
    Browse the repository at this point in the history
  4. Fine come back sudo

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    d54fdcd View commit details
    Browse the repository at this point in the history
  5. do we need this

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    863ca20 View commit details
    Browse the repository at this point in the history
  6. Lock it

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    a56c587 View commit details
    Browse the repository at this point in the history
  7. Yep need it.

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    35b68c7 View commit details
    Browse the repository at this point in the history
  8. JRuby needs this for C

    gjtorikian committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    6413e7b View commit details
    Browse the repository at this point in the history
  9. It never ends

    gjtorikian committed Jul 22, 2016
    1 Configuration menu
    Copy the full SHA
    cf74e84 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    53211f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Handle sys.stdin and sys.stdout encoding issues in python 3.x

    This code will keep current behavior for python 2.x.
    brodock committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    62ff599 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    88ab491 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. rdoc URL updated

    strixaluco authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    a62c5cd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    d9748ca View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Configuration menu
    Copy the full SHA
    59aa433 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Make rest2html work with docutils 0.13

    In that docutils version, HTMLTranslator.visit_image no longer appends
    empty string to self.context, so trying to pop() from there raises an
    IndexError.
    
    Instead of the hard-coded pop call, call the overridden method, which will
    call pop() on docutils 0.12 and will do nothing on docutils 0.13.
    
    Fixes github#971.
    
    Also, fix the comment indentation.
    mitya57 committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    e97e476 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Add CommonMarker gem

    Yuki Izumi committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    6904a21 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.4.1

    Yuki Izumi committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    0c2da97 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Ruby 1.9 adjustments

    Yuki Izumi committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    e494209 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.4.2

    Yuki Izumi committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    5ded14c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. (chore) (refactor) pipe result of each gsub instead of modifying orig…

    …inal
    
    Simpler to just pipe the result of each command to the next.
    jesperronn authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    26dee71 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Bump for latest CommonMarker

    Yuki Izumi committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    549f59c View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.4.3

    Yuki Izumi committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    23f435f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Don't append to ESCAPED_TAGS forever.

    Yuki Izumi committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7370b3f View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.4.4

    Yuki Izumi committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    0183799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df6026 View commit details
    Browse the repository at this point in the history
  4. Use metacpan.org for searches

    Yuki Izumi committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    0046941 View commit details
    Browse the repository at this point in the history
  5. Attempt install on Travis

    Yuki Izumi committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    c69660e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Drop "-w"

    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    8c693c6 View commit details
    Browse the repository at this point in the history
  2. Only pop context when installed docutils wants

    This changed at some point recently. (My system docutils wanted to do
    this, but the current latest on PyPI (0.13.1) doesn't.)  This is an
    old-style object (!) so we have to use this hack.
    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    774bb32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#1012 from github/theory/pod-xhtml

    Bring github#241 up to date
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3ba32f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#976 from mitya57/master

    Make rest2html work with docutils 0.13
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    5aeffac View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#940 from ericsnowcurrently/patch-1

    Use a more contemporary install command for .rst format.
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    79c8815 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#966 from wheerd/doctest-block-highlighting

    Added support for highlighting doctest blocks in reStructuredText files.
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    bbdc994 View commit details
    Browse the repository at this point in the history
  7. Merge pull request github#948 from strixaluco/patch-1

    rdoc URL updated
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    4399c58 View commit details
    Browse the repository at this point in the history
  8. Merge pull request github#954 from hcpl/rst-section-subsection

    RestructuredText (rst): Remove the sectsubtitle_xform setting
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    9d0e892 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#516 from pmaupin/display_unknown_directives

    Display unknown restructuredText directives
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    19b7e43 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/master' into SkyCrawl-symbol-con…

    …venience-render-method
    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    5f74561 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/master' into SkyCrawl-symbol-con…

    …venience-render-method
    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    59d7609 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8fd011 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/master' into repotag-upgrade_wik…

    …icloth
    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    9d4a0ae View commit details
    Browse the repository at this point in the history
  14. Merge branch 'repotag-upgrade_wikicloth'

    Yuki Izumi committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3dac4e4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request github#919 from brodock/python3-fix

    Makes rest2html work in both Python2 and Python3
    Yuki Izumi authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3e26470 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    179819e View commit details
    Browse the repository at this point in the history
  17. return error code to shell

    oklas committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    7557871 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    60293d9 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.4.5

    vmg committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    93853fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#441 from cakoose/master

    bin/github-markup: Follow symlinks to find installation folder.
    Yuki Izumi authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    f1461a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Merge pull request github#884 from oklas/cli-multi-files

    allow multiple files for command line tool
    Yuki Izumi authored Mar 19, 2017
    Configuration menu
    Copy the full SHA
    cc3ff6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#537 from pchaigno/detect-language-using-lin…

    …guist
    
    Use Linguist to detect the language
    Yuki Izumi authored Mar 19, 2017
    Configuration menu
    Copy the full SHA
    b298378 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Allow empty blobs in Linguist

    Yuki Izumi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    28710c2 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.4.6

    Yuki Izumi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    7c2096e View commit details
    Browse the repository at this point in the history
  3. Fix CONTRIBUTING.md link

    Yuki Izumi authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5685837 View commit details
    Browse the repository at this point in the history
  4. Fix up Gemfile/gemspec

    Yuki Izumi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    4002376 View commit details
    Browse the repository at this point in the history
  5. Switch Markdown dependency to commonmarker

    Yuki Izumi committed Mar 20, 2017
    3 Configuration menu
    Copy the full SHA
    c3aa758 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Yuki Izumi authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    c7b5e14 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. 💎 bump to 1.4.7

    Yuki Izumi committed Mar 21, 2017
    1 Configuration menu
    Copy the full SHA
    b373ed5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    cc638bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1027 from Grinnz/metacpan-pod-links

    Link directly to pod pages on metacpan
    Yuki Izumi authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    fd78413 View commit details
    Browse the repository at this point in the history
  3. Try some fixes for Travis

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    f36ba9f View commit details
    Browse the repository at this point in the history
  4. Be really specific about Nokogiri

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    585dba5 View commit details
    Browse the repository at this point in the history
  5. RedCloth back into GemFile for textile

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b0a461e View commit details
    Browse the repository at this point in the history
  6. Fix litcoffee test fixture

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    e6f1ce6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'kivikakk/travis-fixes'

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    015c9fb View commit details
    Browse the repository at this point in the history
  8. Use :GITHUB_PRE_LANG

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    4ed5a13 View commit details
    Browse the repository at this point in the history
  9. Fix dependencies

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    64b676b View commit details
    Browse the repository at this point in the history
  10. 💎 bump for 1.4.8

    Yuki Izumi committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    db774f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Update Textile link, fixes github#590

    Yuki Izumi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    ec0eb75 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Revert github#537 temporarily for final 1.4 release

    Yuki Izumi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    bbee330 View commit details
    Browse the repository at this point in the history
  2. 💎 bump for 1.4.9

    Yuki Izumi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    3087f06 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert github#537 temporarily for final 1.4 release"

    This reverts commit bbee330.
    Yuki Izumi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    a970742 View commit details
    Browse the repository at this point in the history
  4. Linguist optional; fallback to filenames

    Yuki Izumi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    665ab4d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kivikakk/reintroduce-537'

    Yuki Izumi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    e96dfcb View commit details
    Browse the repository at this point in the history
  6. 💎 bump to 1.5.0

    Yuki Izumi committed Mar 27, 2017
    1 Configuration menu
    Copy the full SHA
    3b342a4 View commit details
    Browse the repository at this point in the history
  7. Update change log for recent versions

    Only 1.4.9 & 1.5.0 included
    Too lazy to back-fill older versions
    [ci skip]
    PikachuEXE authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    0c84594 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Remove superfluous dependency on rinku

    Dawa Ometto committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    4b52d6d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Merge pull request github#1033 from PikachuEXE/patch-1

    Update change log for recent versions
    Yuki Izumi authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4553110 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1035 from repotag/remove_rinku

    Remove superfluous dependency on rinku, fix jruby
    Yuki Izumi authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e1f9662 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. resolves github#519 enable source-to-source navigation for inter-docu…

    …ment xrefs
    
    - set outfilesuffix=.adoc so inter-document xref links are created between AsciiDoc files
    mojavelinux committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    05cca0f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request github#1039 from mojavelinux/issue-519

    resolves github#519 enable source-to-source navigation for inter-document xrefs
    Yuki Izumi authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4998caa View commit details
    Browse the repository at this point in the history
  2. Pass filename to all renderers

    Yuki Izumi committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    9fe0536 View commit details
    Browse the repository at this point in the history
  3. set outfilesuffix to match extension of input filename

    - set outfilesuffix to match extension of input filename
    - update test for inter-document xref
    - set docname attribute
    - add test for docname attribute value
    - pass attributes as a hash to ensure docname value is properly escaped
    mojavelinux committed Apr 3, 2017
    1 Configuration menu
    Copy the full SHA
    36b3680 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#1041 from mojavelinux/match-outfilesuffix-t…

    …o-input-file
    
    set outfilesuffix to match extension of input filename
    Yuki Izumi authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    7e85b37 View commit details
    Browse the repository at this point in the history
  5. 💎 bump to 1.6.0

    Yuki Izumi committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    df24c57 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. rest2html: Add support for highlight directive

    This adds support for the `highlight` directive, a Sphinx feature which
    allows one to set the default syntax highlighting language used for code
    blocks.
    bgamari committed May 27, 2017
    Configuration menu
    Copy the full SHA
    516b151 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Merge pull request github#925 from bgamari/rest-highlight

    rest2html: Add support for highlight directive
    Yuki Izumi authored May 28, 2017
    Configuration menu
    Copy the full SHA
    89441f4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    a49b58c View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1009 from jesperronn/patch-1

    (chore) (refactor) pipe result of each gsub instead of modifying original
    Yuki Izumi authored May 29, 2017
    Configuration menu
    Copy the full SHA
    46325ba View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Configuration menu
    Copy the full SHA
    d8fee0d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge pull request github#1071 from jpuck/patch-1

    doc fix example with newline interpolation
    Yuki Izumi authored Jun 12, 2017
    2 Configuration menu
    Copy the full SHA
    69ee5d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Tweak param signature for kbd role

    Represent ``options`` is dict and ``content`` is list-like.  This is the same practice used in sphinx-doc/docutils.
    tony authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2a9e03b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. 1 Configuration menu
    Copy the full SHA
    70ca704 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    b0707fb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Merge pull request github#1087 from tnir/use-pip-install-docutils

    Just use docutils instead of Sphinx
    Yuki Izumi authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    95939d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1086 from tnir/ruby-2-4-for-ci

    Add Ruby 2.1/2.2/2.3/2.4 and JRuby 9000 for CI target
    Yuki Izumi authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    987d051 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Upgrade to Asciidoctor 1.5.6.1

    goodness-from-me authored and miltador committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    377cbc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Merge pull request github#1088 from miltador-forks/asciidoctor-1.5.6

    Upgrade to Asciidoctor 1.5.6.1
    Yuki Izumi authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    805e7b1 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.6.1

    kivikakk committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    a7b988a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Merge pull request github#1082 from tony/patch-1

    Tweak param signature for kbd role
    Yuki Izumi authored Jul 31, 2017
    2 Configuration menu
    Copy the full SHA
    793148b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Update rdoc link in README

    rendaw authored Aug 29, 2017
    Configuration menu
    Copy the full SHA
    8040a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Merge pull request github#1100 from Rendaw/master

    Update rdoc link in README
    Ashe Connor authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    62dbfac View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Update README.md

    safinaskar authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    6f85555 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Fix grammar

    kivikakk committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    670c120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1112 from safinaskar/patch-1

    Update README.md
    Ashe Connor authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    01c2444 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    05ef578 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Merge pull request github#1120 from pjbollinger/update-primer-markdow…

    …n-link
    
    Update link and information about primer-markdown module github#1119
    Ashe Connor authored Oct 31, 2017
    Configuration menu
    Copy the full SHA
    21fd0ab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Configuration menu
    Copy the full SHA
    9f6f20e View commit details
    Browse the repository at this point in the history
  2. removing redundant information

    The project link already makes it clear that github uses GitHub uses CommonMarker for rendering Markdown
    rmrgh authored Nov 3, 2017
    Configuration menu
    Copy the full SHA
    0a7784e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Merge pull request github#1125 from rmrgh/master

    Updating "Markups" section in README
    Ashe Connor authored Nov 6, 2017
    Configuration menu
    Copy the full SHA
    6c250ae View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. spelling: ellipses

    jsoref committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1ea698f View commit details
    Browse the repository at this point in the history
  2. spelling: precedence

    jsoref committed Nov 10, 2017
    2 Configuration menu
    Copy the full SHA
    2e67def View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Merge pull request github#1128 from jsoref/spelling

    Spelling
    Ashe Connor authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    0e61227 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. 4 Configuration menu
    Copy the full SHA
    367e439 View commit details
    Browse the repository at this point in the history
  2. Use dist: precise

    kivikakk committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    aea670b View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#1131 from github/display_base_executable_name

    github-markup: display basename instead of entire $0
    Ashe Connor authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    00c6b8c View commit details
    Browse the repository at this point in the history
  4. Use trusty instead

    kivikakk committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    5d2190d View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#1132 from github/dist-precise

    Fix our Travis builds (again)
    Ashe Connor authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    b5becff View commit details
    Browse the repository at this point in the history
  6. 💎 bump to 1.6.2

    kivikakk committed Nov 27, 2017
    3 Configuration menu
    Copy the full SHA
    fb467aa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. 1 Configuration menu
    Copy the full SHA
    47a8cdc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Merge pull request github#1134 from kiwiroy/bootstrap-to-vendor-dir

    Simple addition to aid contributors
    Ashe Connor authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    968ba4e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    3d861e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. pull in linguist 6

    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f6484c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ae286 View commit details
    Browse the repository at this point in the history
  3. try here

    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    6704f82 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#1139 from github/kivikakk/pass-symlink

    Pass through symlink info
    Ashe Connor authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    50cb58f View commit details
    Browse the repository at this point in the history
  5. bump nokogiri to ~> 1.8.1

    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    898963c View commit details
    Browse the repository at this point in the history
  6. drop support for ruby 2.0

    nokogiri 1.8 requires >= 2.1.0
    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    2f2a13b View commit details
    Browse the repository at this point in the history
  7. Merge pull request github#1156 from github/nokogiri-bump

    bump nokogiri to ~> 1.8.1
    Ashe Connor authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    a73ff6a View commit details
    Browse the repository at this point in the history
  8. 💎 bump to 1.7.0

    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    b8b14ec View commit details
    Browse the repository at this point in the history
  9. Remove filesystem access

    kivikakk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    165860d View commit details
    Browse the repository at this point in the history
  10. Merge pull request github#1157 from github/kivikakk/remove-file-read

    Remove filesystem access
    Ashe Connor authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    6d3631e View commit details
    Browse the repository at this point in the history
  11. 💎 bump to 2.0.0

    kivikakk committed Jan 30, 2018
    3 Configuration menu
    Copy the full SHA
    6305aee View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. CONTRIBUTING: note license.

    This is to be more explicit about the contribution process and license.
    MikeMcQuaid authored Feb 16, 2018
    1 Configuration menu
    Copy the full SHA
    5163652 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1165 from github/contributing-license

    CONTRIBUTING: note license.
    MikeMcQuaid authored Feb 16, 2018
    2 Configuration menu
    Copy the full SHA
    08ea2aa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    31ed043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3286a7e View commit details
    Browse the repository at this point in the history
  3. Cleanup

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    8c5fc3d View commit details
    Browse the repository at this point in the history
  4. Cleanup

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    c08633c View commit details
    Browse the repository at this point in the history
  5. Reduced errors to 0

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    a6dc077 View commit details
    Browse the repository at this point in the history
  6. Test-driving travis now

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    f3cd92a View commit details
    Browse the repository at this point in the history
  7. Use direct link

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    ce7705c View commit details
    Browse the repository at this point in the history
  8. Adjusts path

    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    fed288a View commit details
    Browse the repository at this point in the history
  9. Adds POD6 to README.

    Closes github#907 when accepted (along with the rest of the commits).
    JJ committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    d0f9a82 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. POD: Create anchor for every =item directive

    Setting anchor_items to true is needed for creating link to specific =item
    directive. By default Pod::Simple::XHTML module does not enable it.
    
    Webpage https://metacpan.org/ for POD documentation has it already enabled
    and linking to =item directive is working fine.
    
    Lot of POD documents already link to =item directives and without setting
    anchor_items to true documents are semi-broken on GitHub.
    pali committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    005be7e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request github#1208 from pali/master

    POD: Create anchor for every =item directive
    Ashe Connor authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    0f9a188 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. 💎 bump to 2.0.1

    kivikakk committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4359089 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Add Code of Conduct

    lee-dohm committed Aug 27, 2018
    6 Configuration menu
    Copy the full SHA
    d8a547c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge pull request github#1226 from github/code-of-conduct

    Add Code of Conduct
    lee-dohm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cf88ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b0bdcf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Update README.md

    kivikakk authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    56a5850 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. don't render rmd as markdown

    kivikakk committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    b88d561 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1235 from github/revert-343-render-rmd-as-m…

    …arkdown
    
    don't render rmd as markdown
    Ashe Connor authored Oct 14, 2018
    Configuration menu
    Copy the full SHA
    048ca72 View commit details
    Browse the repository at this point in the history
  3. 💎 bump to 2.0.2

    kivikakk committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    e8a9b37 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. markup options, cleanup

    kivikakk committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    8f5eea1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1236 from github/cleanup-markup-options

    markup options, cleanup
    Ashe Connor authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    de903b8 View commit details
    Browse the repository at this point in the history
  3. more README clarity

    kivikakk committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    3405de8 View commit details
    Browse the repository at this point in the history
  4. 💎 bump to 3.0.0

    kivikakk committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    d8048ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c45c7e6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'rmd-part-two'

    kivikakk committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    cf042f2 View commit details
    Browse the repository at this point in the history
  7. 💎 bump to 3.0.1

    kivikakk committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9173626 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Clarifying dependencies.

    Co-Authored-By: JJ <[email protected]>
    Jordan Webb and JJ authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    e70b3ee View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. 5 Configuration menu
    Copy the full SHA
    11a355b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    4406f72 View commit details
    Browse the repository at this point in the history
  2. cleanup/fixes

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    8111487 View commit details
    Browse the repository at this point in the history
  3. add testing Dockerfile

    kivikakk committed Dec 10, 2018
    2 Configuration menu
    Copy the full SHA
    f7a96cc View commit details
    Browse the repository at this point in the history
  4. use linguist 7

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    9c5ea1a View commit details
    Browse the repository at this point in the history
  5. we're calling it Pod 6

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    83dfbbb View commit details
    Browse the repository at this point in the history
  6. trim heading/leading text

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    e953f70 View commit details
    Browse the repository at this point in the history
  7. raise when lang missing

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    7d24dd1 View commit details
    Browse the repository at this point in the history
  8. update pod6 test

    kivikakk committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    ed385c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. vend Pod::To::HTML

    kivikakk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    bf3ad46 View commit details
    Browse the repository at this point in the history
  2. add Pod-To-HTML to gem

    kivikakk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    27e4eea View commit details
    Browse the repository at this point in the history
  3. minimum 7.1.3

    kivikakk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    455a75d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge pull request github#1173 from JJ/master

    Adds POD6, the markup language for Perl6, to the repo
    Ashe Connor authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    83d9824 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 3.0.2

    kivikakk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    050b575 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    51cb693 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    8f074d8 View commit details
    Browse the repository at this point in the history
  2. tweak expected output

    kivikakk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9bb8b6c View commit details
    Browse the repository at this point in the history
  3. don't install from zef

    kivikakk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c0452d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1461fe View commit details
    Browse the repository at this point in the history
  5. add p6 uri

    kivikakk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a34a723 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    647fac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7fc90c View commit details
    Browse the repository at this point in the history
  8. replace with passthrough

    kivikakk committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b8843a4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#1248 from github/pod62html-tweaks

    pod62html tweaks
    Ashe Connor authored Dec 17, 2018
    1 Configuration menu
    Copy the full SHA
    8622794 View commit details
    Browse the repository at this point in the history
  10. 💎 bump to 3.0.3

    kivikakk committed Dec 17, 2018
    1 Configuration menu
    Copy the full SHA
    ea51182 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    3e08f13 View commit details
    Browse the repository at this point in the history
  2. perf(markup): add test

    jinhucheung committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    32909da View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

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

    add markup options
    Ashe Connor authored Jan 6, 2019
    Configuration menu
    Copy the full SHA
    8f436ff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. 1 Configuration menu
    Copy the full SHA
    24d25cb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. 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
    15 Configuration menu
    Copy the full SHA
    34a7975 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1264 from mojavelinux/issue-1258-upgrade-to…

    …-asciidoctor-2
    
    resolves github#1258 upgrade to Asciidoctor 2.0.x
    Ashe Connor authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    d799e19 View commit details
    Browse the repository at this point in the history
  3. 💎 bump to 3.0.4

    kivikakk committed Apr 2, 2019
    2 Configuration menu
    Copy the full SHA
    067c18d View commit details
    Browse the repository at this point in the history
  4. 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
    Configuration menu
    Copy the full SHA
    3e973e5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. 1 Configuration menu
    Copy the full SHA
    d3430c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1268 from jinhucheung/add-commonmarker-exts…

    …-to-options
    
    Add extensions to commonmarker options
    kivikakk authored May 6, 2019
    Configuration menu
    Copy the full SHA
    c48e9ca View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    7b17174 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1269 from jinhucheung/perf-test-commonmarke…

    …r-options
    
    Improve commonmarker test case
    kivikakk authored May 7, 2019
    Configuration menu
    Copy the full SHA
    c9358d9 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    cd4e3e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Update github-markup.gemspec

    Co-Authored-By: Ashe Connor <[email protected]>
    Nick Maloucaze and Ashe Connor authored May 23, 2019
    7 Configuration menu
    Copy the full SHA
    f82c995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#1274 from maloucaze/use-heredoc

    Use squiggly HEREDOC syntax
    kivikakk authored May 23, 2019
    1 Configuration menu
    Copy the full SHA
    f3531a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Check whether filename is set when rendering asciidoc

    Dawa Ometto committed Sep 4, 2019
    3 Configuration menu
    Copy the full SHA
    2710ab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Merge pull request github#1290 from dometto/fix1289

    Check whether filename is set when rendering asciidoc. Resolves github#1289
    Ashe Connor authored Sep 5, 2019
    1 Configuration menu
    Copy the full SHA
    cd01f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    5ca775b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    bd4fb12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dadeb25 View commit details
    Browse the repository at this point in the history