readthedocs / recommonmark

A markdown parser for docutils
https://recommonmark.readthedocs.io/
MIT License
340 stars 252 forks source link

Strong decorator does not be trasnlated #132

Closed miurahr closed 2 years ago

miurahr commented 5 years ago

When source text has a part This is **original** part. Then produced translation message source in PO file become This is original part. in which ** are missing. This cause translations lost strong decorations.