9

I've been tampering with the markdown lately. Now Phuks has Github Flavored Markdown! Here's some of the new features:

  1. Strikethrough (~~strikethrough~~)
  2. Task lists
    • [ ] Do something
    • [X] Do something else
  3. Code blocks
    • [ ] Do something
    • [X] Do something else

Also improved hyperlink parsing (www.google.com should be a link now). Also includes linking emails (For example, <[email protected]>)

I've been tampering with the markdown lately. Now Phuks has Github Flavored Markdown! Here's some of the new features: 1. ~~Strikethrough~~ (`~~strikethrough~~`) 2. Task lists - [ ] Do something - [X] Do something else 3. Code blocks ``` ``` - [ ] Do something - [X] Do something else ``` ``` Also improved hyperlink parsing (www.google.com should be a link now). Also includes linking emails (For example, [email protected])

2 comments