Skip to content

My docs

Text can be bold, italic, or strikethrough.

You can link to another page.

You can highlight inline code with backticks.

This is a blockquote, which is commonly used when quoting another person or document.

Blockquotes are indicated by a > at the start of each line.

// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l);
return true;
};
function demo() {
// This line (#2) and the next one are highlighted
return 'This is line #3 of this snippet';
}
// Individual terms can be highlighted, too
function demo() {
return 'Even regular expressions are supported';
}
function thisIsJavaScript() {
// This entire block gets highlighted as JavaScript,
// and we can still add diff markers to it!
console.log('Old code to be removed')
console.log('New and shiny code!')
}
function demo() {
console.log('These are inserted and deleted marker types');
// The return statement uses the default marker type
return true;
}

Learn if Android is supported android keyboard_arrow_right

This is a normal paragraph