Skip to content

Support more html tags in documentation #249

@tal-sapan

Description

@tal-sapan

Some missing tags/special cases are:

<p>
<ol> - use 1. for ordered list items
<a href=...> - make a link for http(s), remove link for others
<a>, <a name ...> - should be removed
<table>, <tr>, <td>, <th>, <tt>
<u>
<B>, <Li>, <br >, <table border="1"> - we should probably ignore the case, white space and additional properties in all tags
<caption>
<svg> - we should probably remove it and add a note that says the image can be viewed in the "More Information" link

Additionally we should add a test that checks all tags are covered in the versions we support (with a whitelist for tags we shouldn't support even though they appear in the documentation, because they are not really tags - <int>, <Note:> etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions