Skip to content

Commit 9392b39

Browse files
author
yggverse
committed
remove duplicated header anchors
1 parent 3e16995 commit 9392b39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ match Link::from(
113113

114114
#### List
115115

116-
##### Struct
116+
**Struct**
117117

118118
``` rust
119119
match List::parse("* Item") {
@@ -122,7 +122,7 @@ match List::parse("* Item") {
122122
}
123123
```
124124

125-
##### Trait
125+
**Trait**
126126

127127
``` rust
128128
use ggemtext::line::list::Gemtext;
@@ -132,7 +132,7 @@ assert_eq!("Item".to_source(), "* Item")
132132

133133
#### Quote
134134

135-
##### Struct
135+
**Struct**
136136

137137
``` rust
138138
match Quote::from("> Quote") {
@@ -141,7 +141,7 @@ match Quote::from("> Quote") {
141141
}
142142
```
143143

144-
##### Trait
144+
**Trait**
145145

146146
``` rust
147147
use ggemtext::line::quote::Gemtext;

0 commit comments

Comments
 (0)