Skip to content

Commit a877f41

Browse files
committed
Changed wording of {{extend}}
1 parent 6fd3fb5 commit a877f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filters/placeholder.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function placeholder(elem)
33
if elem.text == "{{placeholder}}" then
44
return pandoc.Strong {pandoc.Emph {pandoc.Str "[This section is a work in progress and it will be completed as soon as possible]"}}
55
elseif elem.text == "{{extend}}" then
6-
return pandoc.Strong {pandoc.Emph {pandoc.Str "[Do you know more about this matter? You can contribute to this book!]"}}
6+
return pandoc.Strong {pandoc.Emph {pandoc.Str "[Do you know more about this? You can contribute, this book is open source!]"}}
77
else
88
return elem
99
end

0 commit comments

Comments
 (0)