Created by: sazk07
replace single line raw HTML code in #tooltips-on-links
to multi-line indented raw code for better readability.
Description
The raw code in the example on #tooltips-on-links
has a very long horizontal scrollbar which makes it difficult to read. I thought an indented multi-line code would be better.
Motivation & Context
On the website docs, the sample code for #tooltips-on-links
section has a very long horizontal scrollbar making the code difficult to read. I indented the code with Prettier vs-code extension and it made the code much more readable so I created a PR so that others can also see the example much more clearly.
Type of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) - [x ] Refactoring (non-breaking change)
-
Breaking change (fix or feature that would change existing functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed