104
98

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Markdownでスタイルシート

Last updated at Posted at 2012-12-26

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>
104
98
0

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
104
98

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?