LoginSignup
95

More than 1 year has passed since last update.

Markdownでスタイルシート

Last updated at Posted at 2012-12-26

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>

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
95