Markdown
Last updated
Was this helpful?
Last updated
Was this helpful?
is a lightweight markup language with plain text formatting syntax.
Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
No requirements.
No software.
No environment.
No specific settings.
Change enable
from False
to True
in the markdown
section (cf ).
You can also take a look at the .
For more details read the .
This is all you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).
is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
No .