Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Last active May 31, 2017 09:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbtnn/6573088 to your computer and use it in GitHub Desktop.
Save rbtnn/6573088 to your computer and use it in GitHub Desktop.

マルチバイトなMarkdownを考える

日本の社会人たちが好んで使うマルチバイトの記号

括弧内はVimのdigraphです。(:set digraph)

  • リスト

    1. ☆ (*1)
    2. ★ (*2)
    3. ◆ (Db)
    4. ◇ (Dw)
  • OKかNGか

    1. ○ (0m)
    2. ◎ (0o)
    3. ● (0M)
    4. × (*X)
  • 矢印

    1. ← (<-)
    2. → (->)
    3. ↑ (-!)
    4. ↓ (-v)
    5. ⇔ (==)
    6. ⇒ (=>)
    7. ⇐ (<=)
  • 括弧

    1. 【 ((")
    2. 】 ()")
    3. 「 (<')
    4. 」 (>')
    5. 『 (<")
    6. 』 (>")
  • セパレーター

    1. ■ (fS)
    2. □ (OS)
  • その他

    1. 〜 (-?)
    2. ※ (:X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment