Skip to content

Commit

Permalink
remove export escapeTag (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom authored Feb 25, 2023
1 parent 0b5ab00 commit ed0775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimib/renders.nim
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ed0775f

Please sign in to comment.