Bus errorとSegmentation faultに困ったら見るブログ

物理の研究者による日々の研究生活のメモ書きです ( python/emacs/html/Japascript/シェルスクリプト/TeX/Mac/C言語/Linux/git/tmux/R/ポケモンGO)

【overleaf】でmarkdownを使ってみる

■ 参考 : How to write in Markdown on Overleaf

によると、↓のように書くと、texの中でmarkdownの記法が使えるらしい
めっちゃ便利〜〜〜〜

\documentclass{article}
\usepackage{markdown}
\begin{document}
\begin{markdown}
# Grocery list

Remember to grab as much as we can during upcoming [sales](http://acme-marg.com)!

## Food

  • baked beans
  • spaghetti

## Stationery

  • writing pad
  • pencils

\end{markdown}
\end{document}
Or if you prefer to put your Markdown material in a *.md file:

\documentclass{article}
\usepackage{markdown}
\begin{document}
\markdownInput{example.md}
\end{document}

ランキング参加中です

↓クリックしていただけると嬉しいです〜