mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +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' $@
|