6
4

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 5 years have passed since last update.

VS CodeでMarkdown編集の便利なアドイン

Last updated at Posted at 2018-09-22

この記事はVS CodeでMarkdown編集の時の便利なアドインを紹介します。

使用するアドイン

  • Markdown PDF
    MarkdownファイルをPDFや画像、HTMLへ変換できます。そして、markdownがサポートされていないスタイル設定ができます。使用の時はF1またはctrl+shfit+pを押して、exportを入力し、「markdown-pdf: Export (pdf)」などコマンドを選択して実施します。結果はmdファイルと同一フォルダに保存されます。

  • Markdown Preview Github Styling
    VS CodeのプレビューはGithubの表示のスタイルに変更されます。

  • Markdown+Math
    数式の編集はできます。ただし、上記 Markdown PDF で変換の時に正しく出力できません。

例:

$$ a^2 + b^2 = c^2 $$

$$ a^2 + b^2 = c^2 $$

$$ c = \sqrt{a^2 + b^2} $$

$$ c = \sqrt{a^2 + b^2} $$

$$ N(x \midl \mu,\sigma^2)=\frac{1}{\sqrt{2 \pi \sigma^2}} e^{\{ -\frac{(x-\mu)^2}{2 \sigma ^ 2} \}} $$

$$ N(x \mid \mu, \sigma^2) = \frac{1}{\sqrt{2 \pi \sigma^2}} e^{{ -\frac{(x-\mu)^2}{2 \sigma ^ 2} }} $$

6
4
1

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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?