We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16995 commit 9392b39Copy full SHA for 9392b39
README.md
@@ -113,7 +113,7 @@ match Link::from(
113
114
#### List
115
116
-##### Struct
+**Struct**
117
118
``` rust
119
match List::parse("* Item") {
@@ -122,7 +122,7 @@ match List::parse("* Item") {
122
}
123
```
124
125
-##### Trait
+**Trait**
126
127
128
use ggemtext::line::list::Gemtext;
@@ -132,7 +132,7 @@ assert_eq!("Item".to_source(), "* Item")
132
133
#### Quote
134
135
136
137
138
match Quote::from("> Quote") {
@@ -141,7 +141,7 @@ match Quote::from("> Quote") {
141
142
143
144
145
146
147
use ggemtext::line::quote::Gemtext;
0 commit comments