Hey looking into customizing the parser that the Kramdown Document class uses to parse markdown to document format. Basically want to add new element types that the parser can parse when constructing the document. I saw that the parser in the document initialization method can be customized via the options, but the possible options are checked via the parser.rb file. Is adding a new parser that extends the kramdown parser a supported feature?
Hey looking into customizing the parser that the Kramdown Document class uses to parse markdown to document format. Basically want to add new element types that the parser can parse when constructing the document. I saw that the parser in the document initialization method can be customized via the options, but the possible options are checked via the parser.rb file. Is adding a new parser that extends the kramdown parser a supported feature?