mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-05-21 19:55:30 +00:00
update to nextra 4
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
# Convert documents
|
||||
|
||||
```bash
|
||||
find . -name "*.odt" | xargs -I % pandoc % -o %.md
|
||||
```
|
||||
|
||||
You can add the `-p` flag to `xargs` to confirm before executing, useful for testing if what your are doing is actually correct.
|
||||
Reference in New Issue
Block a user