-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.0.2
-
Component/s: None
Summary
In a README.md in Stash, if you have a table definition in a code block, class="aui" gets appended to the table definition in the render of the readme on the repository page.
Steps to Reproduce
- Create a README.md in your repository.
- Add the following contents:
```xml <table-definition> </table-definition> ```
Expected Results
class="aui" does not get added.
Actual Results
class="aui" is appended to the table definition when the readme is rendered.
Workaround
There is no workaround at this time.
- is related to
-
BSERV-3918 Stash adds class "aui" to "table"-tags when inside markdown backtick code block
-
- Closed
-