Skip to content

Commit

Permalink
Mention the converter in the docos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 28, 2024
1 parent 60cf1a2 commit 22ea59d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ afterward by chaining:
```
set_content(DOM("#selectelem"), [OPTION(...), OPTION(...)]).value = some_val;
```

## Converting existing HTML and SVG

Take advantage of a [quick conversion tool](convert.html) to do the bulk of the work. Some formatting
may want to be adjusted, and the necessary imports will need to be added (eg using autoimport), but
the majority of the translation should work correctly.

Suitable for HTML snippets, SVG images, and probably most other XML documents.

0 comments on commit 22ea59d

Please sign in to comment.