103
95

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have 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>
103
95
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
103
95

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?