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
When I try to convert the following .md string, there is some unexpected \ in convert result:
import m2r2
description = [
"When `createMode` is set to `recover`, skip it",
"Local Inbound profile names to which Inbound is allowed. Use ['*'] to allow inbound to all profiles. It's default value is ['*'].",
]
for item in description:
print(m2r2.convert(item).strip())
The text was updated successfully, but these errors were encountered:
msyyc
changed the title
Unexpected \ in output
[Bug] Unexpected \ in output
Jul 4, 2024
When I try to convert the following .md string, there is some unexpected
\
in convert result:The text was updated successfully, but these errors were encountered: