以下の内容はhttps://azukipochette.hatenablog.com/entry/2013/01/12/200724より取得しました。


Markdown syntax examples

Ref

Header

H1

H2

H3

H4

H5
H6

Paragraph

first paragraph.

second paragraph.

third
paragraph.

Code

Multi line

var s = "Hello World";
Console.WriteLine(s);

Inline

this is code.

contains backtick (`) code

Lists

Unorderd list

  • a
  • b
    • b-1
      • b-1-1
    • b-2
  • c

Ordered list

  1. a
  2. b
  3. c

Blockquotes

quoted paragraph.

other paragraph ...

Horizontal Rules


Links

Manual

text

Automatic

http://example.com/

Follows

First, Second, Third,

Emphasis

Emphasis

Strong

Images

Alt text

Escape

*No emphasis*

- No list

Syntax highlighting

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdwon.to_html

table

Left align Right align Center align
This This This
column column column
will will will
be be be
left right center
aligned aligned aligned



以上の内容はhttps://azukipochette.hatenablog.com/entry/2013/01/12/200724より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14