This text will be italic
This will also be italic
This text will be bold
This will also be bold
You can combine them
+
, -
, or *
You may be using Markdown Live Preview.
Blockquotes can also be nested…
…by using additional greater-than signs right next to each other…
…or with spaces between arrows.
Left columns | Right columns |
---|---|
left foo | right foo |
left bar | right bar |
left baz | right baz |
let message = 'Hello world';
alert(message);
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
This web site is using markedjs/marked
.
✨ ✨ ✨
😉 😢 😆 😋
This page demonstrates the various types of admonitions available.
Highlights information that users should take into account, even when skimming.
Optional information to help a user be more successful.
Crucial information necessary for users to succeed.
Critical content demanding immediate user attention due to potential risks.
Negative potential consequences of an action.