gistflow/gistflow

View on GitHub
app/views/shared/_markdown_hints.html.slim

Summary

Maintainability
Test Coverage
div class="markdown_hints"
  ul
    li
      em = '*this is italic*'
    li
      strong = '**this is bold**'
    li [Google](http://google.com)
    li ![Image title](http://site.com/image.jpg)
    li * List item
    li > Blockquote
    li ~~~lang
    li code 
    li ~~~
    li `inline code`
    li @username to mention user
    li #tagname to tag post, comment or wiki