Open leihou6116 opened 1 year ago
The MATLAB Command Window display supports the following markup syntax to display bold, hyperlinked text:
<a style="font-weight: bold">Text</a>
However, given an arbitrary string, it seems like it may be difficult to reliably identify all of the valid open + close <a>...</a>
tag pairs and modify them to use style="font-weight: bold"
.
Describe the bug, including details regarding any error messages, version, and platform.
When the arrow tabular variable name contains hyperlink, it is displayed as \hLink1\ instead of hLink1.
Note: there is no existing test to cover this. Please add tests for this bug fix.
Component(s)
MATLAB