module Myhtml

Defined in:

myhtml.cr
myhtml/lib.cr
myhtml/lib/constants.cr
myhtml/lib/lib_modest.cr
myhtml/lib/lib_my_css.cr
myhtml/sax.cr

Constant Summary

VERSION = "1.5.9"

Class Method Summary

Class Method Detail

def self.decode_html_entities(str : String) #

Decode html entities Myhtml.decode_html_entities("&#61 & &Auml") # => "= & Ä"


[View source]
def self.decode_html_entities(bytes : Bytes) #

[View source]
def self.lib_version #

[View source]
def self.version #

[View source]