mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-04-01 01:25:34 +00:00
remove middle-level code api, update comments
This commit is contained in:
parent
d739181a76
commit
84c72ae3a3
9 changed files with 13 additions and 57 deletions
|
|
@ -8,7 +8,7 @@ pub struct Inline {
|
|||
impl Inline {
|
||||
// Constructors
|
||||
|
||||
/// Parse `Self` from string
|
||||
/// Parse `Self` from line string
|
||||
pub fn from(line: &str) -> Option<Self> {
|
||||
// Parse line
|
||||
let regex = Regex::split_simple(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue