All Projects → simonlc → Markdown Css

simonlc / Markdown Css

🗒️ A style sheet for Markdown

Projects that are alternatives of or similar to Markdown Css

Database
EhTagTranslation 项目的翻译数据。
Stars: ✭ 197 (-4.37%)
Mutual labels:  markdown
Portfolioexamples
(Resource List) - Portolio sites for inspiration and comparison
Stars: ✭ 201 (-2.43%)
Mutual labels:  markdown
Parsedown
Better Markdown Parser in PHP
Stars: ✭ 13,959 (+6676.21%)
Mutual labels:  markdown
Tslide
Terminal SlideDeck, supporting markdown.
Stars: ✭ 198 (-3.88%)
Mutual labels:  markdown
Mark
A markdown processor written in Go. built for fun.
Stars: ✭ 200 (-2.91%)
Mutual labels:  markdown
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+1731.55%)
Mutual labels:  markdown
Qimage Win
Windows 版本 Markdown 一键贴图工具,支持本地文件、截图、网络图片一键上传七牛云并返回图片引用,让 Markdown 中贴图变成一种享受。
Stars: ✭ 196 (-4.85%)
Mutual labels:  markdown
Remove Markdown
Strip Markdown stuff from text
Stars: ✭ 206 (+0%)
Mutual labels:  markdown
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-4.85%)
Mutual labels:  markdown
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+6329.61%)
Mutual labels:  markdown
Swagger2markup
A Swagger to AsciiDoc or Markdown converter to simplify the generation of an up-to-date RESTful API documentation by combining documentation that’s been hand-written with auto-generated API documentation.
Stars: ✭ 2,330 (+1031.07%)
Mutual labels:  markdown
Markdown Link Check
checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
Stars: ✭ 198 (-3.88%)
Mutual labels:  markdown
Codebraid
Live code in Pandoc Markdown
Stars: ✭ 204 (-0.97%)
Mutual labels:  markdown
Evernote2md
Convert Evernote .enex files to Markdown
Stars: ✭ 193 (-6.31%)
Mutual labels:  markdown
Kobito Oss
Markdown Processor built on Electron based on kobito-for-windows
Stars: ✭ 205 (-0.49%)
Mutual labels:  markdown
Hercule
♻️ Simple document transclusion, ideal for Markdown documents
Stars: ✭ 196 (-4.85%)
Mutual labels:  markdown
Reveal Ck
Create slides with ruby (and usually in markdown)
Stars: ✭ 202 (-1.94%)
Mutual labels:  markdown
Markdownui
Render Markdown text in SwiftUI
Stars: ✭ 207 (+0.49%)
Mutual labels:  markdown
Scroll
Static publishing software with a newspaper feel built on Tree Notation. Scroll is public domain software.
Stars: ✭ 206 (+0%)
Mutual labels:  markdown
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+6249.51%)
Mutual labels:  markdown

Markdown CSS

This is a simple style with normalized defaults, it should work on anything from a desktop, to a phone.

View the live preview here: http://simon.lc/sites/markdown/.

How to use

Add this to the top of your markdown file

<link href="/path/to/markdown.css" rel="stylesheet"></link>

Editing

With Markdown CSS, I decided to base all the size off the body font-size. Simply changing the body font size will also change the heading's size, body width, etc.

Since the CSS also uses media queries, it might also be necessary to change the body font-size for your purposes. I do not have any cool phones or tablets, so the extent of my testing was done by resizing my browser window.

Print

Also included is a printing media query. It has not been tested yet, and mainly uses HTML5 Boilerplate defaults.

Credits

  • HTML5 Boilerplate - For normalize.css and media queries.
  • Various other web resources for inspiration.

License

copyleft

http://unlicense.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].