Closed JonasPospichal closed 9 months ago
Could you reduce the problem to a minimal case because I'm not sure what exactly you mean?
Is the following the behaviour that you think is invalid:
**[Configuration Center]**をクリックし、ユーザログイン名に**admin**
<p><strong>[Configuration Center]</strong>をクリックし、ユーザログイン名に<strong>admin</strong></p>
Hi Thomas,
Thanks for a swift reply. No, not really. This is the smallest possible example of that behavior: MD:
IPアドレスを設定し、**[保存]**をクリックします。
HTML:
<p>IPアドレスを設定し、**[保存]**をクリックします。(...)</p>
The ** **
pairs are not converted into the <strong></strong>
pairs.
When I run your example through the kramdown binary, it gives me this output:
<p>IPアドレスを設定し、<strong>[保存]</strong>をクリックします。</p>
which looks correct.
Maybe there is something else at play?
Thanks, Thomas. It definitely looks like it. I'll check with our provider. Apologies for taking your time.
No problem! :smile: I will close the issue. If it turns out it can be reproduced with kramdown alone, please let me know.
Hi,
Our documentation platform provider Zoomin Software utilizes kramdown for conversions of MD to HTML, we came across an interesting problem that the provider is unable to solve on their end. When converting Japanese text with MD syntax and some form of brackets - ([{ - the MD tags do not get converted. See the example below, look for the ** tags:
This produces the following HTML code (also look for the ** tags):
Is there any way how to fix this or influence this behavior?
Thank you!
Regards,
Jonáš.