mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
make Reference tag private
This commit is contained in:
parent
1af7d31d75
commit
8400ed2b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const REGEX_IMAGE: &str = r"!\[(?P<alt>[^\]]+)\]\((?P<url>[^\)]+)\)";
|
|||
const REGEX_IMAGE_LINK: &str =
|
||||
r"\[(?P<is_img>!)\[(?P<alt>[^\]]+)\]\((?P<img_url>[^\)]+)\)\]\((?P<link_url>[^\)]+)\)";
|
||||
|
||||
pub struct Reference {
|
||||
struct Reference {
|
||||
uri: Uri,
|
||||
alt: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue