doctype html html

head
  meta name="viewport" content="width=device-width, initial-scale=1"
  link href='https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css' rel='stylesheet' type='text/css'

body
  css:
    .markdown-body {
      box-sizing: border-box;
      min-width: 200px;
      max-width: 980px;
      margin: 0 auto;
      padding: 45px;
    }

    @media (max-width: 767px) {
      .markdown-body {
        padding: 15px;
      }
    }

  article class="markdown-body" dir=('rtl' if @doc.rtl?)
    == @doc.render @renderer