Skip to content

Commit f730a51

Browse files
committed
Small corrections to the README.md file.
1 parent 97a81a5 commit f730a51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AttributedText("A unit of <i>length</i> equal to <b>one hundred-millionth of a c
3030

3131
**Result:**
3232

33-
![Example](./Images/1 feature.png)
33+
![1 feature](./Images/1%20feature.png)
3434

3535
2. Handles unopened/unclosed tags.
3636

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

4343
**Result:**
4444

45-
![Example](./Images/2 feature.png)
45+
![2 feature](./Images/2%20feature.png)
4646

4747
3. Supports overlapping tags.
4848

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

5555
**Result:**
5656

57-
![Example](./Images/3 feature.png)
57+
![3 feature](./Images/3%20feature.png)
5858

5959
4. Deletes tags that have no modifiers.
6060

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

6767
**Result:**
6868

69-
![Example](./Images/4 feature.png)
69+
![4 feature](./Images/4%20feature.png)
7070

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

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

7979
**Result:**
8080

81-
![Example](./Images/5 feature.png)
81+
![5 feature](./Images/5%20feature.png)
8282

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

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

9191
**Result:**
9292

93-
![Example](./Images/6 feature.png)
93+
![6 feature](./Images/6%20feature.png)
9494

9595

9696

0 commit comments

Comments
 (0)