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

Support RDiscount 2. #2767

Merged
merged 2 commits into from Jan 10, 2015
Merged

Support RDiscount 2. #2767

merged 2 commits into from Jan 10, 2015

Conversation

parkr
Copy link
Member

@parkr parkr commented Aug 17, 2014

Fixes #2747.

One error:

  1) Failure:
TestRdiscount#test_: rdiscount should render toc.  [/Users/parker/jekyll/jekyll/test/test_rdiscount.rb:19]:
<"<h1 id=\"Header+1\">Header 1</h1>\n\n<h2 id=\"Header+2\">Header 2</h2>\n\n<p>\n <ul>\n <li><a href=\"#Header+1\">Header 1</a>\n  <ul>\n  <li><a href=\"#Header+2\">Header 2</a>  </li>\n  </ul>\n </li>\n </ul>\n\n</p>"> expected but was
<"<a name=\"Header.1\"></a>\n<h1>Header 1</h1>\n\n<a name=\"Header.2\"></a>\n<h2>Header 2</h2>\n\n<p><ul>\n <li><a href=\"#Header.1\">Header 1</a>\n <ul>\n  <li><a href=\"#Header.2\">Header 2</a></li>\n </ul>\n </li>\n</ul>\n\n</p>">.

parkr added a commit that referenced this pull request Jan 10, 2015
@parkr parkr merged commit 6816b5e into master Jan 10, 2015
@parkr parkr deleted the rdiscount-2 branch January 10, 2015 09:53
parkr added a commit that referenced this pull request Jan 10, 2015
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support >=rdiscount-2
2 participants