Compare commits
2 commits
88ddd4608e
...
a1ad036fa9
Author | SHA1 | Date | |
---|---|---|---|
a1ad036fa9 | |||
b30cfd810a |
2 changed files with 5 additions and 1 deletions
|
@ -50,6 +50,10 @@ Lorem ipsum
|
|||
**dolor *sit*** amet \
|
||||
consectuer ~~что-то там~~.[^1]
|
||||
|
||||
[Standalone link](https://dc09.ru/a)
|
||||
|
||||

|
||||
|
||||
|Title| Price|Quantity| Cost|
|
||||
|-----|-----:|-------:|-----:|
|
||||
|Abcde|115.23| 0.100| 11.52|
|
|
@ -9,7 +9,7 @@ use walkdir::WalkDir;
|
|||
|
||||
fn main() {
|
||||
let src_dir = {
|
||||
let def = || OsString::from("./source/");
|
||||
let def = || OsString::from("./content/");
|
||||
let var = std::env::var_os("SOURCE_DIR").unwrap_or_else(def);
|
||||
PathBuf::from(var)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue