yiisoft / yii2-apidoc

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

Render API link text in web guide #255

Closed arogachev closed 2 years ago

arogachev commented 2 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues #161

Now it's possible to write:

[[ApplicationTrait::getEntries()|`Craft::$app->entries`]]
[[ApplicationTrait::getEntries()|*Craft::$app->entries*]]
[[ApplicationTrait::getEntries()|**Craft::$app->entries**]]`

etc.

PDF version is left as is (all HTML tags are stripped). Not sure if we need to change this behavior. Can be discussed.

samdark commented 2 years ago

👍