aboutsummaryrefslogtreecommitdiff
path: root/utils/parse-article-content.sh
diff options
context:
space:
mode:
authorJefferson Julio <[email protected]>2021-06-02 23:38:09 -0300
committerJefferson Julio <[email protected]>2021-06-02 23:38:09 -0300
commit7d773221e7711c4e534e89264c719b4cc5aabb1f (patch)
treebaf59501215d3ee874b865c70c9b9d1408545a16 /utils/parse-article-content.sh
parent5caf63d3897f353717fd69be9174d028fd078b23 (diff)
downloadblog.sh-7d773221e7711c4e534e89264c719b4cc5aabb1f.tar.bz2
blog.sh-7d773221e7711c4e534e89264c719b4cc5aabb1f.zip
support for comments on pages
Diffstat (limited to 'utils/parse-article-content.sh')
-rwxr-xr-xutils/parse-article-content.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/parse-article-content.sh b/utils/parse-article-content.sh
index 40593c5..b217632 100755
--- a/utils/parse-article-content.sh
+++ b/utils/parse-article-content.sh
@@ -2,12 +2,6 @@
# Skip file metadata, first 3 lines
-sanitize-html-entities () {
- echo "$1" |
- sed 's/</\&lt;/g' |
- sed 's/>/\&gt;/g'
-}
-
parse-article-content-file () {
local PRE_TAG=
local IGNORE_NEXT_PRE_TAG=