// HTML rendering backend
package mmark
import (
"bytes"
xmllib "encoding/xml"
"fmt"
"io/ioutil"
"sort"
"strconv"
"strings"
)
// Html renderer configuration options.
const (
HTML_SKIP_HTML = 1 << iota // skip preformatted HTML blocks
HTML_SKIP_STYLE // skip embedded