summaryrefslogtreecommitdiff
path: root/fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua')
-rw-r--r--fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua b/fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua
index 25938d3358..31ed5a3c42 100644
--- a/fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua
+++ b/fonts/gentium-tug/doc/GentiumPlus-6.101/documentation/source/pandocfilters/filter-html.lua
@@ -1,10 +1,10 @@
-function Link(el)
- el.target = string.gsub(el.target, "%.md", ".html")
- el.target = string.gsub(el.target, "%.rawmd", ".md")
- return el
-end
-
-function CodeBlock(el)
- el.text = string.gsub(el.text, "(.+)", " %0")
- return el
-end
+function Link(el)
+ el.target = string.gsub(el.target, "%.md", ".html")
+ el.target = string.gsub(el.target, "%.rawmd", ".md")
+ return el
+end
+
+function CodeBlock(el)
+ el.text = string.gsub(el.text, "(.+)", " %0")
+ return el
+end