From 06515e91255c2ca096c97d491b1ec81455c64f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Mon, 26 Oct 2015 17:29:52 +0200 Subject: [PATCH] Rename public constants to idiomatic Go --- html.go | 39 +++++++++++----------- markdown.go | 93 ++++++++++++++++++++++++++--------------------------- 2 files changed, 67 insertions(+), 65 deletions(-) diff --git a/html.go b/html.go index 74e67ee..7d37183 100644 --- a/html.go +++ b/html.go @@ -23,26 +23,29 @@ import ( "strings" ) +type HtmlFlags int + // Html renderer configuration options. const ( - HTML_SKIP_HTML = 1 << iota // skip preformatted HTML blocks - HTML_SKIP_STYLE // skip embedded