mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 16:55:29 +00:00
implement original references, gen time, fix special chars escape
This commit is contained in:
parent
4bbb4e79b2
commit
02a7697b49
2 changed files with 32 additions and 1 deletions
|
|
@ -25,4 +25,8 @@ pub struct Config {
|
|||
/// Generate index file with given name
|
||||
#[arg(short, long)]
|
||||
pub index: Option<String>,
|
||||
|
||||
/// Append reference to original source (mirrors)
|
||||
#[arg(short, long)]
|
||||
pub refer: Vec<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue