This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements.
Underline 3
Underline 4
- italic format of the first form.
- italic format of the second way.
- bold or strong format of the first form.
- bold or strong format of the second way.
strikethroughformat, normal format.- here we can use italic formatting, but also bold and
strikethrough. - here we can use all
italic, bold and strikethrough.
Not in all cases the markdown format will apply, only in some editors.
- This is the HTML format to highlight a word.
- This is the markdown format to ==highlight== a word.
- This is the HTML format to subscript H2O a word.
- This is the markdown format to subscript H
2O a word. - This is the HTML format to superscript X2 a word.
- This is the markdown format to superscript X^2^ a word.
- This is the way to use emojis 😂.
- First item
- Second item
- Third item
- First item
- Second item
- Third item
Not in all cases the markdown format will apply, only in some editors.
- Write the press release
- Update the website
- Contact the media
Not in all cases the markdown format will apply, only in some editors.
-
This is the HTML format.
- First Term
- This is the definition of the first term.
- Second Term
- This is one definition of the second term.
- This is another definition of the second term.
-
This is the markdown format.
First Term : This is the definition of the first term.
Second Term : This is one definition of the second term. : This is another definition of the second term.
This is a text referring to a quote that we will put below:
This is a quote.
This is another text that is not related to the previous quote.
This is another quote.
[
{
"title": "apples",
"count": [12000, 20000],
"description": {"text": "...", "sensitive": false}
},
{
"title": "oranges",
"count": [12000, null],
"description": {"text": "...", "sensitive": false}
},
]
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
return (
<div>
<web-component>{block}</web-component>
</div>
)
}
export $initHighlight;
Name | Surname | Document |
---|---|---|
Maxi | Burgos | 3546481 |
Tomas | Tompson | 3243243 |