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
I use Typora to generate markdown for a Jekyll website, which uses the Rouge formatter for codeblocks. This leads me to a lot of code blocks that use the console language, which takes arguments like prompt, lang, and output. That leads to codeblocks that have the first line:
Describe the bug
I use Typora to generate markdown for a Jekyll website, which uses the Rouge formatter for codeblocks. This leads me to a lot of code blocks that use the
console
language, which takes arguments likeprompt
,lang
, andoutput
. That leads to codeblocks that have the first line:When I save this in Typora, the "$&" gets replaced as {0}, which breaks everything downstream.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text should still be
prompt=$&output=php
.Desktop (please complete the following information):
Typora Version
e.g: 1.8.10
The text was updated successfully, but these errors were encountered: