Basic Downloads
FaxDesk
FaxDocs
FaxUp
FaxTrack
WebForms
WLink
Bot Portfolio
Discord Whitelist
Markdown Guide
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);
Review this page
1 recommend this page