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
When there is a closing bracket in a link maruku uses this as the end of the link and not as part of the link.
A markdown sample:
[some link with brackets](http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Timestamp.html#toString())
This results in the following parser tree with maruku 0.7.1:
md_el(:document, md_par([
md_im_link("some link with brackets", "http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Timestamp.html#toString(", nil),
")"
]))
The text was updated successfully, but these errors were encountered:
When there is a closing bracket in a link maruku uses this as the end of the link and not as part of the link.
A markdown sample:
This results in the following parser tree with maruku 0.7.1:
The text was updated successfully, but these errors were encountered: