developit/snarkdown

Usage of dangling ] messes up the parser.

Open

#12 opened on Mar 13, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (129 forks)batch import
bughelp wanted

Repository metrics

Stars
 (2,157 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

STR:

  • Use ]] in your string.
  • Observe the markdown output.

Expected:

  • ]] should come up normally.

Actual:

  • ]] doesn't come up.

Demo. Compare it with remarkable

Why I care ?

A Punjabi font uses roman characters to form Punjabi alphabets. It uses ]] for what is know as full stop in Punjabi. It is broken now after I moved from remarkable to snarkdown. I love the perf and size of library, and I understand why this might not be considered to be fixed, but I thought it's worth the shot!

Contributor guide