Skip to content

Commit f063ff3

Browse files
committed
add commonmark
1 parent 1582cb7 commit f063ff3

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
@@ -550,7 +550,7 @@ getAllExtensions f = universalExtensions <> getAll f
550550
getAll "markdown_mmd" = allMarkdownExtensions
551551
getAll "markdown_github" = allMarkdownExtensions
552552
getAll "markdown" = allMarkdownExtensions
553-
getAll "obsidian" = extensionsFromList
553+
getAll "obsidian" = getAll "commonmark" <> extensionsFromList
554554
[ Ext_ascii_identifiers
555555
, Ext_alerts
556556
, Ext_autolink_bare_uris

0 commit comments

Comments
 (0)