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
Complete possible syntax at: http://stackoverflow.com/editing-help
For the codeblocks we could fork the MarkdownParser and adding a monospaced font attribute or do it lateron by ourselfs.
Because one format is not good enough.
We might be able to use jverkoey/NSAttributedStringMarkdownParser to parse the Markdown into an
NSAttributedString
and then use that.Pseudo-code:
/cc @gothma
The text was updated successfully, but these errors were encountered: