haotseng / md-styler

Show a styled markdown document from an URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Markdown Styler shows a styled markdown document from a URL of your choice.

How do i use it?

Say you have a markdown document at https://my.site/my/url.md. Just append the URL you want to style as parameter to this page like this:

	https://matteobrusa.github.io/md-styler/?url=https://my.site/my/url.md

How does it work?

Markdown Styler is a simple ajax hack standing on the shoulders of giants: Strapdown.js and cors-anywhere.

Fork it on Github.

Can I use it with Dropbox links?

Sure! Markdown Styler knows how to work with links from Dropbox.

Can I use a different theme?

Sure, try adding a theme=xyz parameter with value journal|simplex|bootstrap|superhero|slate|united.

Demo please

Here it is https://matteobrusa.github.io/md-styler/?url=https://matteobrusa.github.io/md-styler/README.md

About

Show a styled markdown document from an URL


Languages

Language:JavaScript 90.6%Language:HTML 4.7%Language:CSS 4.7%