Skip to content

Commit 481ff8a

Browse files
committed
Extensions: put Ext_short_subsuperscripts in alphabetical order.
1 parent db03e75 commit 481ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/Pandoc/Extensions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)