File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ data Extension =
124124 | Ext_mmd_header_identifiers -- ^ Multimarkdown style header identifiers [myid]
125125 | Ext_mmd_link_attributes -- ^ MMD style reference link attributes
126126 | Ext_mmd_title_block -- ^ Multimarkdown metadata block
127- | Ext_short_subsuperscripts -- ^ sub-&superscripts w/o closing char (v~i)
128127 | Ext_multiline_tables -- ^ Pandoc-style multiline tables
129128 | Ext_native_divs -- ^ Use Div blocks for contents of <div> tags
130129 | Ext_native_spans -- ^ Use Span inlines for contents of <span>
@@ -139,6 +138,7 @@ data Extension =
139138 | Ext_raw_markdown -- ^ Parse markdown in ipynb as raw markdown
140139 | Ext_rebase_relative_paths -- ^ Rebase relative image and link paths,
141140 -- relative to directory of containing file
141+ | Ext_short_subsuperscripts -- ^ sub-&superscripts w/o closing char (v~i)
142142 | Ext_shortcut_reference_links -- ^ Shortcut reference links
143143 | Ext_simple_tables -- ^ Pandoc-style simple tables
144144 | Ext_smart -- ^ "Smart" quotes, apostrophes, ellipses, dashes
You can’t perform that action at this time.
0 commit comments