Skip to content

Commit 0c90bba

Browse files
author
yggverse
committed
update headers
1 parent 0c6ba0c commit 0c90bba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ for line in gemtext.lines() {
2828
}
2929
```
3030

31-
#### Code
32-
33-
##### Inline
31+
#### Inline code
3432

3533
**Struct**
3634

@@ -50,7 +48,7 @@ assert_eq!("```inline```".as_value(), Some("inline"))
5048
assert_eq!("inline".to_source(), "```inline```")
5149
```
5250

53-
##### Multiline
51+
#### Multiline code
5452

5553
``` rust
5654
use ggemtext::line::code::Multiline;

0 commit comments

Comments
 (0)