developit/snarkdown

Usage of dangling ] messes up the parser.

Open

#12 建立於 2017年3月13日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (129 fork)batch import
bughelp wanted

倉庫指標

Star
 (2,157 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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!

貢獻者指南