Markdown Example
~ 2 min read
Updated:
Example Markdown Elements
This is a H2 Heading
This is a H3 Heading
This is a H4 Heading
Horizontal Rules
Quotes
”Double quotes” and ‘single quotes’
Blockquotes
My blockquote
Lists
Unordered
- Create a list by starting a line with
+
,-
, or*
- Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Marker character change forces new list start:
Ordered
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
Code
Inline code
Block code “fences”
Sample text here...
Syntax highlighting
var foo = function (bar) { return bar++;};
console.log(foo(5));
Expressive code examples
Adding a title
console.log("Title example");
A bash terminal
echo "A base terminal example"
Highlighting code lines
function demo() { console.log("this line is marked as deleted"); // This line and the next one are marked as inserted console.log("this is the second inserted line");
return "this line uses the neutral default marker type";}
Expressive Code can do a ton more than shown here, and includes a lot of customisation.
Tables
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |
Right aligned columns
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |