diff --git a/src/nimib/renders.nim b/src/nimib/renders.nim index e8d9c681..cdc523b8 100644 --- a/src/nimib/renders.nim +++ b/src/nimib/renders.nim @@ -1,6 +1,6 @@ import std / [strutils, tables, sugar, os, strformat, sequtils] import ./types, ./jsutils, markdown, mustache -export escapeTag # where is this used? why do I export? a better solution is to use xmlEncode + import highlight import mustachepkg/values