We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4192e52 commit 0ba828cCopy full SHA for 0ba828c
gh-md-toc
@@ -148,7 +148,7 @@ gh_toc(){
148
local dt=`date +'%F_%H%M%S'`
149
local ext=".orig.${dt}"
150
local toc_path="${gh_src}.toc.${dt}"
151
- local toc_footer="<!-- Added by: `whoami`, at: `date --iso-8601='minutes'` -->"
+ local toc_footer="<!-- Added by: `whoami`, at: `date` -->"
152
# http://fahdshariff.blogspot.ru/2012/12/sed-mutli-line-replacement-between-two.html
153
# clear old TOC
154
sed -i${ext} "/${ts}/,/${te}/{//!d;}" "$gh_src"
0 commit comments