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
having a markdown with \r\n linebreaks, messup the parser:
# Hello\r\n
\r\n
---\r\n
\r\n
# foo\r\n
\r\n
gives error:
Error: Found ambigous frontmatter fence: No empty line before the block! Make sure your frontmatter blocks contain no empty lines and your horizontal rules have an empty line before AND after them.
having a markdown with
\r\nlinebreaks, messup the parser:gives error: