mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
7 lines
97 B
Bash
7 lines
97 B
Bash
|
#!/bin/bash
|
||
|
# apply markdown file content quarks
|
||
|
|
||
|
|
||
|
# rewrite br tags
|
||
|
sed -i 's|<br>|<br/>|g' $@
|