■ 参考 : How to write in Markdown on Overleaf
によると、↓のように書くと、texの中でmarkdownの記法が使えるらしい
めっちゃ便利〜〜〜〜
\documentclass{article}
\usepackage{markdown}
\begin{document}
\begin{markdown}
# Grocery list
\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}
ランキング参加中です
↓クリックしていただけると嬉しいです〜