You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Basic HTML | ⚠️ (Almost fully supported, tables are not) |
7
+
| Mastodon Status HTML (MastodonHTML) | ✅ |
8
+
| Basic HTML (BasicHTML) | ⚠️ (Almost fully supported, tables are not) |
9
+
10
+
## How to use
11
+
Using the library is pretty simple. The first step is to pick which HTML flavor you are going to be converting. If you are converting a Basic HTML document you can use the `BasicHTML` class. For Mastodon statuses you can use the `MastodonHTML` class.
12
+
13
+
Once you have picked out the class you will be using, the following code is all you need!
0 commit comments