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

Code and Syntax Highlighting

In the code example below a space is added into the ` symbols 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);
No language indicated, so no syntax highlighting.

Review this page

FAXES

1 recommend this page