mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 09:05:32 +00:00
fix namespace example
This commit is contained in:
parent
22a05a975c
commit
841ee2036e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ assert_eq!("H1".to_source(&Level::H1), "# H1");
|
||||||
#### Link
|
#### Link
|
||||||
|
|
||||||
``` rust
|
``` rust
|
||||||
use crate::line::Link;
|
use ggemtext::line::Link;
|
||||||
|
|
||||||
const SOURCE: &str = "=> gemini://geminiprotocol.net 1965-01-19 Gemini";
|
const SOURCE: &str = "=> gemini://geminiprotocol.net 1965-01-19 Gemini";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue