Replies: 1 comment 2 replies
-
Are you using native Weblate support for Markdown? In that case, the heading or lists syntax should not be present in a string. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be good if the markdown format will trigger a failure when heading or lists syntax (
###
or*
) does not appear on translation.I have some placeholder checks for this:
placeholders:r"^\* ":r"^#*\ "
But maybe they should be part of the md-syntax checks.
Beta Was this translation helpful? Give feedback.
All reactions