Block rule for the Wikidot code block: [[code]]...[[/code]].
[[code]]...[[/code]]
A code block captures its body as raw text (no inline parsing) and supports two optional attributes:
type
name
Block rule for the Wikidot code block:
[[code]]...[[/code]].A code block captures its body as raw text (no inline parsing) and supports two optional attributes:
type-- the programming language for syntax highlighting.name-- a label or filename displayed alongside the code.