DecodeHtmlSyntax constructor

DecodeHtmlSyntax()

Implementation

DecodeHtmlSyntax()
    : super(htmlCharactersPattern.pattern,
          caseSensitive: false, startCharacter: $ampersand);