mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/bash
|
|
# apply markdown file content quarks
|
|
|
|
|
|
# rewrite br tags
|
|
sed -i 's|<br>|<br/>|g' $@
|