Skip to content

Commit fc3d965

Browse files
committed
Update homepage
1 parent 45326ba commit fc3d965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
![Download Counts](https://img.shields.io/nuget/dt/HtmlToOpenXml.dll.svg)
33
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/onizet/html2openxml/blob/dev/LICENSE)
44

5-
# What is Html2OpenXml?
5+
# What is HtmlToOpenXml?
66

7-
Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments into Word.
7+
HtmlToOpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments into Word.
88

99
This library supports both **.Net Framework 4.6.2**, **.NET Standard 2.0** and **.NET 8** which are all LTS.
1010

@@ -28,7 +28,7 @@ Refer to [w3schools’ tag](http://www.w3schools.com/tags/default.asp) list to s
2828
* `abbr` and `acronym`
2929
* `b`, `i`, `u`, `s`, `del`, `ins`, `em`, `strike`, `strong`
3030
* `br` and `hr`
31-
* `img`, `figcaption`
31+
* `img`, `figcaption` and `svg`
3232
* `table`, `td`, `tr`, `th`, `tbody`, `thead`, `tfoot`, `caption` and `col`
3333
* `cite`
3434
* `div`, `span`, `time`, `font` and `p`

0 commit comments

Comments
 (0)