Initial checklist
Problem
The default schema is missing quite a few tags that were newly introduced in HTML and followed through by GitHub (I'm assuming they are using https://github.com/gjtorikian/html-pipeline/blob/v3.2.3/lib/html_pipeline/sanitization_filter.rb).
Examples of such tags are caption, figure, figcaption etc., see here
Current solutions
Override the default schema on usage
Proposed solutions
Update the default schema
Initial checklist
Problem
The default schema is missing quite a few tags that were newly introduced in HTML and followed through by GitHub (I'm assuming they are using https://github.com/gjtorikian/html-pipeline/blob/v3.2.3/lib/html_pipeline/sanitization_filter.rb).
Examples of such tags are caption, figure, figcaption etc., see here
Current solutions
Override the default schema on usage
Proposed solutions
Update the default schema