-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Crash on github-compatible markdown #1
Comments
I had this same error and narrowed it down to the following circumstance: A line in a code block is longer than 80 characters, and Pygments is not installed. |
Fixed in PR #5 |
ttscoff
added a commit
that referenced
this issue
Mar 25, 2019
…nnelly/mdless into rfdonnelly-fix-negative-argument-error * 'fix-negative-argument-error' of https://github.com/rfdonnelly/mdless: fix #1 - crash on github-compatible markdown Signed-off-by: Brett Terpstra <me@brettterpstra.com> # Conflicts: # lib/mdless/converter.rb
ttscoff
added a commit
that referenced
this issue
Mar 25, 2019
* rfdonnelly-fix-negative-argument-error: fix #1 - crash on github-compatible markdown
ttscoff
added a commit
that referenced
this issue
Mar 25, 2019
* release/0.0.11: version bump Remove has_rdoc from Gemspec Making STDIN work for not-ready IO data (ie. block) fix code blocks without language tag only use the first word after '```/~~~' as language name Added ability to parse shebang, as allowed in BitBucket README files fix #1 - crash on github-compatible markdown
ttscoff
added a commit
that referenced
this issue
May 20, 2019
* 'develop' of github.com:ttscoff/mdless: Code blocks with more than 253 characters raise an error Error raised when git is not installed version bump Remove has_rdoc from Gemspec Making STDIN work for not-ready IO data (ie. block) fix code blocks without language tag only use the first word after '```/~~~' as language name Added ability to parse shebang, as allowed in BitBucket README files fix #1 - crash on github-compatible markdown Signed-off-by: Brett Terpstra <me@brettterpstra.com> # Conflicts: # lib/mdless/converter.rb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run mdless on github-compatible markdown, for example the yii2 README crashes almpost instantly:
EDIT: revelant env is:
The text was updated successfully, but these errors were encountered: