DeepBlueCLtd / LegacyMan

Legacy content for Field Service Manual
https://deepbluecltd.github.io/LegacyMan/index.html
Apache License 2.0
2 stars 0 forks source link

Allow for `bold` links #470

Closed IanMayo closed 1 year ago

IanMayo commented 1 year ago

HTML allows for a link to have a style attribute. This is present in the content for some links. The phrase that occurs is style="font-weight: bold"

We should make a link in our mock content be formatted in bold.

When the html to dita processor is handling <a> elements, it should check for the bold style attribute. If it is present, wrap anchor in a <bold> element.

robintw commented 1 year ago

Fixed in #468