Skip to content

Commit

Permalink
Small corrections to the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iaenhaall committed Mar 12, 2021
1 parent 97a81a5 commit f730a51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/1 feature.png)
![1 feature](./Images/1%20feature.png)

2. Handles unopened/unclosed tags.

Expand All @@ -42,7 +42,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/2 feature.png)
![2 feature](./Images/2%20feature.png)

3. Supports overlapping tags.

Expand All @@ -54,7 +54,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/3 feature.png)
![3 feature](./Images/3%20feature.png)

4. Deletes tags that have no modifiers.

Expand All @@ -66,7 +66,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/4 feature.png)
![4 feature](./Images/4%20feature.png)

5. Does **not** handle HTML characters such as `&amp;`.

Expand All @@ -78,7 +78,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/5 feature.png)
![5 feature](./Images/5%20feature.png)

6. **Only single-word tags are supported**. Tags with more than one word or containing any characters besides letters are ignored and not deleted.

Expand All @@ -90,7 +90,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c

**Result:**

![Example](./Images/6 feature.png)
![6 feature](./Images/6%20feature.png)



Expand Down

0 comments on commit f730a51

Please sign in to comment.