Skip to content

Commit c3c2a08

Browse files
Update README.md
1 parent 101b97e commit c3c2a08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# SwiftHTMLtoMarkdown
2-
This package is a work in progress converter from HTML -> Markdown.
1+
# Swift HTML -> Markdown
2+
This package allows you to quicly convert HTML code into Markdown. Normally you want to go from Markdown -> HTML and there are a thousand packages and parsers to do that. However, what if the service you are using (like Mastodon) provides everything in HTML but you want to parse it in Markdown? Well you need to convert it. This package allows you to do just that!
33

4-
## Supported Flavors
4+
## Supported Flavors of HTML
55
| Flavor | Support |
66
| -------------------- | --------------------------------------------------- |
77
| Mastodon Status HTML ||
8-
| Basic HTML | ⚠️ (Almost fully supported, tables and code are not) |
8+
| Basic HTML | ⚠️ (Almost fully supported, tables are not) |

0 commit comments

Comments
 (0)