Marklight
Marklight copied to clipboard
Markdown syntax highlighter for iOS
Do we have any insight on how to customize the highlightning for custom attributes? say I want to add something called "user mention" like: [user][username], is this possible? if not...
Hi. I was wondering if there is a way to change the **body text and/or font** ? Looking forward for any _hint_. Keep up the good work.
for example in, \[example\](http://example.com) clicking on "example" takes you to the correct destination, but clicking on the link itself takes you to "http://example.com)"
I have non-editable textview. In which it contains some bold word. Is there any way that we can detect tap on any bold word.
Is there a way in Marklight to do that? If not, any recommended approaches? Sorry if it's a dumb question
I can reliably crash my app with the following error if I try to edit a textview containing >4096 characters: ``` int main(int, char **):17 - Uncaught exception: The index...
When I set `textStorage.marklightTextProcessor.hideSyntax = true`, then the "\n" character's font size will be also 0.1! It loos like you start a new line but when markdown is active then...
Recently I've noticed a bug: When I enter some text and break the line and then adding "#" in the first line the first letter is lost as shown below...
Hello, great job! But I wonder when will one be able to add image attachments to the UITextView? Thx.
Just noticed that `anchorPattern` is seemingly supposed to match `[title][anchor]`-style links while `anchorInlinePattern` matches `[title](http://example.com)`-style links. Still, anchorPattern uses `parenRegex` to match round parens on its inside. Thinking about it,...