Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] Unexpected \ in output #70

Open
msyyc opened this issue Jul 4, 2024 · 0 comments
Open

[Bug] Unexpected \ in output #70

msyyc opened this issue Jul 4, 2024 · 0 comments

Comments

@msyyc
Copy link

msyyc commented Jul 4, 2024

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())

image

@msyyc msyyc changed the title Unexpected \ in output [Bug] Unexpected \ in output Jul 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant