__CSS__のファイルを適当なディレクトリに配置して,
__Markdown__のファイルに一番上に,
TopOfYourMarkdownFiles
<link href="/path/to/hoge.css" rel="stylesheet"></link>
と追記する.
__Markdown__用の__スタイルシート__作成については下記が参考になる.
↑上にInspireされたらしい
↑simonlc/Markdown-CSSのFork
↑simonlc/Markdown-CSSのFork
これらの__スタイルシート__をそのまま使用する場合は,
__Markdown__のファイルに以下のように追記する.
TopOfYourMarkdownFiles
<link href="https://kevinburke.bitbucket.io/markdowncss/markdown.css" rel="stylesheet"></link>
TopOfYourMarkdownFiles
<link href="https://raw.githubusercontent.com/simonlc/Markdown-CSS/master/markdown.css" rel="stylesheet"></link>
TopOfYourMarkdownFiles
<link href="http://jasonm23.github.io/markdown-css-themes/markdown.css" rel="stylesheet"></link>