https://github.com/cloud8421/multimarkdown-typography-stylesheet
XHTML stylesheet for Markdown HTML output. Based on the Universal Internet Explorer 6 CSS by Andy Clark
https://github.com/cloud8421/multimarkdown-typography-stylesheet
Last synced: over 1 year ago
JSON representation
XHTML stylesheet for Markdown HTML output. Based on the Universal Internet Explorer 6 CSS by Andy Clark
- Host: GitHub
- URL: https://github.com/cloud8421/multimarkdown-typography-stylesheet
- Owner: cloud8421
- Created: 2010-12-27T08:57:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-06T09:48:08.000Z (over 15 years ago)
- Last Synced: 2025-01-13T01:30:04.989Z (over 1 year ago)
- Homepage:
- Size: 190 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MultiMarkdown XHTML Typography Stylesheet for HTML export and preview
Version: 0.1
Based on the IE6 Universal Stylesheet by Andy Clark (http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/) - 99% of the code starts from there.
WHAT?
This comes from a need I had. I write in MultiMarkdown (https://github.com/fletcher/MultiMarkdown) with a live preview of what I'm writing.
To use this style for the output, just put at the beginning of your text the following metadata:
CSS: style.css
Make sure that the .css file is named "style.css" (or change its name and the metadata) and it's located in the same folder of your markdown file.
It should work out of the box.