-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
Hey, I've been contacting from the email regarding helping with some things regarding markdown support.
Here's what I've seen that MarkdownSharp has been missing so far that is supported by Day One:
- Auto linked url
- Tables
- Superscript using
^ - GFM feature: The ability to have
_like wow_great_stuff - Footnotes
~~strikethrough
They are supported because apparently Day One adapted the Github Flavored Markdown.
I've actually just made some change on MarkdownSharp to support the ~~ styled strikethrough and I don't know if it's successful yet because I want to implement it the app itself directly. I want to compile Journaley, but I don't know the requirements and what to do to add them.
BTW, I use VS Express 2012 and I didn't download the other dependencies other than MarkdownSharp, which i forked from the original Google Code site.
Reactions are currently unavailable