Skip to content

Commit 8068f9b

Browse files
committed
Escape leading # signs in 'make email.md'
1 parent 14a5b45 commit 8068f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ out/doc/api/%.html: doc/api/%.markdown
136136
out/Release/node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
137137

138138
email.md: ChangeLog tools/email-footer.md
139-
bash tools/changelog-head.sh > $@
139+
bash tools/changelog-head.sh | sed 's|^\* #|* \\#|g' > $@
140140
cat tools/email-footer.md | sed -e 's|__VERSION__|'$(VERSION)'|g' >> $@
141141

142142
blog.html: email.md

0 commit comments

Comments
 (0)