Is your feature request related to a problem? Please describe.
Sometimes a parser/renderer will only want to enable a subset of GFM alert types or have a completely custom set of allowed types. Currently there's no way to disallow any of the standard GFM types.
Describe the solution you'd like
A helper function on the builder like removeType would be useful here.
Is your feature request related to a problem? Please describe.
Sometimes a parser/renderer will only want to enable a subset of GFM alert types or have a completely custom set of allowed types. Currently there's no way to disallow any of the standard GFM types.
Describe the solution you'd like
A helper function on the builder like
removeTypewould be useful here.