Choices does not support relate markdown #930
Replies: 6 comments 11 replies
-
|
Even if I add such a section in the text for the question - it renders, but IMHO incorrectly as it looks like this rendered (also the case in the markdown test page): the pre html tags really should not be visible and the "block background color' - should form a box - like it does here on github, and not just cover the actual text inside the backticks. |
Beta Was this translation helpful? Give feedback.
-
|
It does. But you need to use a YAML multi-line literal, like so: Otherwise YAML will glue everything together into one line (without newlines) and Markdown will be mildly confused. |
Beta Was this translation helpful? Give feedback.
-
|
This fails to parse correctly too: |
Beta Was this translation helpful? Give feedback.
-
|
full question: |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs, the Choices support relate markdown - which is documented here https://documen.tician.de/relate/content.html#markup - but if I try to give it this:
it fails with: Course content did not validate successfully: 'flows/skills-quiz-general.yml: ScannerError: while scanning for the next token found character '`' that cannot start any token in "", line 80, column 13: - ```python ^' Update not applied.
Beta Was this translation helpful? Give feedback.
All reactions