Basic Formatting
- Bold:
**Bold**
- Emphasized:
*Emphasized*
- Strikethrough :
~~Strikethrough~~
- Horizontal rules:
---
(three hyphens),***
(three asterisks), or___
(three underscores).
Headings
Mermaid - Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
All heading levels (e.g. H1, H2, etc), are marked by #
at the beginning of a line. For example, an H1 is # Heading 1
and an H2 is ## Heading 2
. This continues to ###### Heading 6
.
Links
Links can be created using several methods: Iclone.
- Links can be
[inline](https://markdowntohtml.com)
- Inline links can
[have a title](https://markdowntohtml.com 'Awesome Markdown Converter')
- Also, there can be reference links that allow the URL to be placed later in the document:
- Here is a
[reference link][markdowntohtml]
that links to this site. - References are case-insensitive (for example
[this link][MarkDownToHTML]
works). - References can also
[use numbers][1]
. - Or leave it empty and use the
[link text itself]
.
- Here is a
- Also, you can use relative links [like this](./blob/master/LICENSE.txt).
- URLs and URLs in angle brackets will automatically get turned into links: https://markdowntohtml.com or
<https://markdowntohtml.com>
.
Md Syntax
Images
- Syntax MD drive:path drive:path. Key path The path/directory to create. The path can consist of any valid characters up to the maximum path length. Command extensions, which are enabled by default, allow a single MD command to create all the intermediate directories in a specified path.
- In README files (if they have the.md file extension). Use Control-Shift-P or Command-Shift-P to preview your markdown. Markdown syntax. The page below contains examples of Markdown syntax. For a full list of all the Markdown syntax, consult the CommonMark help or specification.
- Markdown is an incredible way to write a blog post, especially a technical one. It’s syntax enables you to mark the special areas in your text, which would be converted into specific HTML tags.
Md Syntax Add Image
Images can also be inline or use a reference style, similar to links. Simply prepend an exclamation point to turn the link into an image. For example: Download them all firefox.