You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.StringIndexOutOfBoundsException: String index out of range: 2
at java.lang.String.charAt(String.java:658)
at org.commonmark.internal.util.Substring.charAt(Substring.java:32)
at java.lang.Character.codePointAt(Character.java:4668)
at org.commonmark.internal.util.Parsing.isLetter(Parsing.java:55)
at org.commonmark.internal.DocumentParser.incorporateLine(DocumentParser.java:194)
at org.commonmark.internal.DocumentParser.parse(DocumentParser.java:83)
at org.commonmark.parser.Parser.parse(Parser.java:45)
at MarkdownTest.shouldWork(MarkdownTest.java:32)
Using
com.atlassian.commonmark:commonmark:0.1.0
:The test above fails with:
For reference, here's the output for commonmark.js: http://spec.commonmark.org/dingus/?text=2.
Edit Fixed rendering of dingus link
The text was updated successfully, but these errors were encountered: