mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
update headers
This commit is contained in:
parent
0c6ba0c87c
commit
0c90bbafba
1 changed files with 2 additions and 4 deletions
|
|
@ -28,9 +28,7 @@ for line in gemtext.lines() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Code
|
#### Inline code
|
||||||
|
|
||||||
##### Inline
|
|
||||||
|
|
||||||
**Struct**
|
**Struct**
|
||||||
|
|
||||||
|
|
@ -50,7 +48,7 @@ assert_eq!("```inline```".as_value(), Some("inline"))
|
||||||
assert_eq!("inline".to_source(), "```inline```")
|
assert_eq!("inline".to_source(), "```inline```")
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Multiline
|
#### Multiline code
|
||||||
|
|
||||||
``` rust
|
``` rust
|
||||||
use ggemtext::line::code::Multiline;
|
use ggemtext::line::code::Multiline;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue