Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
- Update the github CSS to match new github style
- Update markdown CSS to emulate github style by default (plus support
for Python markdown specific stuff).  It uses the github.css as a base
so differences can be merged pretty easy.
- Default template now places markdown under an article tag with a
markdown-body class like github does
  • Loading branch information
facelessuser committed Aug 31, 2014
1 parent c5d5508 commit c475bc8
Show file tree
Hide file tree
Showing 4 changed files with 1,365 additions and 693 deletions.
2 changes: 2 additions & 0 deletions MarkdownPreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,9 @@ def run(self, view, wholefile=False):
html += self.get_mathjax()
html += self.get_title()
html += '</head><body>'
html += '<article class="markdown-body">'
html += body
html += '</article>'
html += '</body>'
html += '</html>'

Expand Down
Loading

0 comments on commit c475bc8

Please sign in to comment.