Referenced by 2
Labels 1

Referencing ideas

IdeaStatusTagsSummary
code_snippets 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] ).
file_suffix Reqlan requirement documents use the . rq file suffix .

Reference labels

../../packages/language/test/parsing.test.ts:treats fenced rq example as opaque text