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

Conversation

137717unity
Copy link

No description provided.

bkeepers and others added 30 commits March 3, 2015 20:43
* 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)
  ...
Make docs more helpful for end-users
* 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
Link to primer for styling issues
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.
Also add test file to show new operation.
My docutils configuration must be slightly different than github's.
kivikakk and others added 30 commits December 17, 2018 13:36
- 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
…-asciidoctor-2

resolves github#1258 upgrade to Asciidoctor 2.0.x
(Vulnerability alert doesn't exactly apply as it's never used in actual
execution, but that's okay.)
…-to-options

Add extensions to commonmarker options
…r-options

Improve commonmarker test case
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.
Co-Authored-By: Ashe Connor <kivikakk@github.com>
Check whether filename is set when rendering asciidoc. Resolves github#1289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet