Marklight icon indicating copy to clipboard operation
Marklight copied to clipboard

Markdown syntax highlighter for iOS

Results 13 Marklight issues
Sort by recently updated
recently updated
newest added

Hi, just discovered that `_tabWidth` is only used for things like "when does a code block start?" -- but the Markdown convention and the CommonMark specs are pretty clear about...

There's a strict bold pattern matched first, then a non-strict applied afterwards. Can you explain why? (I'm considering writing tests for this.) It makes sense to have multiple passes when...

I notices that no matter what you type, the energy consumption gets pretty high quickly and stays high. I bet that's because of the quadrillion regular expressions that are executed....