Weblutions Documentation > Product Documentation > Markdown Guide > Code and Syntax Highlighting

Code and Syntax Highlighting

In the code example below a space is added into the block to avoid it being formatted

Inline `code` has `back-ticks around` it.

`` `javascript
var s = "JavaScript syntax highlighting";
alert(s);
`` `

`` `
No language indicated, so no syntax highlighting.
`` `


Inline code has back-ticks around it.

var s = "JavaScript syntax highlighting";
alert(s);



Suggest an edit

Review this page

FAXES

1 recommend this page