mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 19:24:39 -04:00

safeUrl
; disable safeHtmlAttr
; rename safeCSS
to safeCss
- Add `safeUrl` template function (Fixes #347) - Add TestSafeUrl() fashioned after @tatsushid great examples - Disable `safeHtmlAttr` pending further discussions on its other use cases because `safeUrl` is a cleaner solution to #347. (There are also `safeJs` and `safeJsStr` that we could implement if there are legitimate demands for them.) - Rename `safeCSS` to `safeCss` (to follow the convention of `safeHtml`) - Add/expand documentation on `safeHtml`, `safeCss` and `safeUrl`
Description
Languages
HTML
79%
JavaScript
10.8%
CSS
10.2%