Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 675 Bytes

mydoc_code_samples.md

File metadata and controls

27 lines (21 loc) · 675 Bytes
title tags keywords last_updated datatable summary sidebar permalink folder
Code samples
formatting
dcode samples syntax highlighting
July 3, 2016
true
You can use fenced code blocks with the language specified after the first set of backtick fences.
mydoc_sidebar
mydoc_code_samples.html
mydoc

Code Samples

Use fenced code blocks with the language specified, like this:

```js
console.log('hello');
````

Result:

console.log('hello');

For the list of supported languages you can use (similar to js for JavaScript), see Supported languages.