Basic Downloads
FaxDesk
FaxStore Legacy
FaxDocs
FaxUp
FaxTrack
WebForms
The Bot Portfolio
Discord Whitelist
FAXES Markdown Guide
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
1 recommend this page