We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd3fb5 commit a877f41Copy full SHA for a877f41
filters/placeholder.lua
@@ -3,7 +3,7 @@ function placeholder(elem)
3
if elem.text == "{{placeholder}}" then
4
return pandoc.Strong {pandoc.Emph {pandoc.Str "[This section is a work in progress and it will be completed as soon as possible]"}}
5
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!]"}}
+ return pandoc.Strong {pandoc.Emph {pandoc.Str "[Do you know more about this? You can contribute, this book is open source!]"}}
7
else
8
return elem
9
end
0 commit comments