CSSのファイルを適当なディレクトリに配置して,
Markdownのファイルに一番上に,
TopOfYourMarkdownFiles
<link href="/path/to/hoge.css" rel="stylesheet"></link>
と追記する.
Markdown用のスタイルシート作成については下記が参考になる.
↑simonlc/Markdown-CSSのFork
↑simonlc/Markdown-CSSのFork
これらのスタイルシートをそのまま使用する場合は,
Markdownのファイルに以下のように追記する.
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>