You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The input validation for Markdown files is a bit naive right now.
Only the contents of scala code blocks are validated, while the Markdown code as a whole is not.
To Reproduce
# Unclosed snippet```scala
Expected behaviour
Markdown files should be validated as a whole when they are compiled, and not just their scala code blocks' contents
The text was updated successfully, but these errors were encountered:
Version(s)
nightly
Describe the bug
The input validation for Markdown files is a bit naive right now.
Only the contents of
scala
code blocks are validated, while the Markdown code as a whole is not.To Reproduce
Expected behaviour
Markdown files should be validated as a whole when they are compiled, and not just their scala code blocks' contents
The text was updated successfully, but these errors were encountered: