Markdown
Overview¶
Markdown in Evernote supports CommonMark and GFM (GitHub Flavored Markdown) and that for mkdocs is Python-Markdown which inherited from John Gruber’s Markdown.
Markdown¶
Images¶
Evernote only supports ".png", ".jpg" and ".gif".
![alt](../img/favicon.ico "optional title")
<!--
alt: show if the image can't display and be used for Search Engine.
optional title: show when mouse is over the image.
-->
<!-- if a title is required, following is an optional way. -->
<center>
![alt](url)
title
</center>
Code Block¶
Supported languages are as follows:
NAME | KEY | mkdocs | Typora |
---|---|---|---|
Java | java | ||
Markdown | markdown | ||
Shell | bash, shell | N |