yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

markdown to html rendering tags are disappeared #257

Closed almaz-free closed 2 years ago

almaz-free commented 2 years ago

Found, that in file https://github.com/yiisoft/yii2/blob/master/docs/guide-ru/test-environment-setup.md has code example:

<VirtualHost *:80>
    DocumentRoot "path/to/basic/web"
...

but in html version first string are disappeared: https://www.yiiframework.com/doc/guide/2.0/ru/test-environment-setup

arogachev commented 2 years ago

Thanks. Turns out it's not yii2-apidoc, but this specific snippet's formatting issue. But I decided to not move it to yii2 repo because of a quick fix.