Printable idea sheet
code_snippets
reqlan rq/language/syntax.rq:206
Idea bodies and block attribute values may embed fenced code blocks delimited by triple backticks.
An opening fence is three backticks on a line, optionally followed by a language tag such as python or rq.
A closing fence is three backticks on a line.
Everything between the fences is literal opaque text — it is not parsed as reqlan syntax.
Keywords, imports, attributes, braces, and quotes inside a fence are inert for the parser and may be shown as examples without parse errors.
Fenced blocks may span multiple lines and preserve their inner content verbatim.
Brace-depth tracking must skip fence interiors so example braces cannot desync surrounding structure ( no_name_idea_safe_warning ).
Interactive page: code_snippets