Skip to content

Commit 1582cb7

Browse files
committed
fix
1 parent bd17082 commit 1582cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Text/Pandoc/Extensions.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,11 @@ getDefaultExtensions "obsidian" = extensionsFromList
416416
, Ext_block_ids
417417
, Ext_comments
418418
, Ext_footnotes
419+
, Ext_hard_line_breaks
419420
, Ext_mark
420421
, Ext_pipe_tables
421422
, Ext_raw_html
423+
, Ext_rebase_relative_paths
422424
, Ext_strikeout
423425
, Ext_task_lists
424426
, Ext_tex_math_dollars
@@ -551,7 +553,6 @@ getAllExtensions f = universalExtensions <> getAll f
551553
getAll "obsidian" = extensionsFromList
552554
[ Ext_ascii_identifiers
553555
, Ext_alerts
554-
, Ext_attributes
555556
, Ext_autolink_bare_uris
556557
, Ext_block_ids
557558
, Ext_comments

0 commit comments

Comments
 (0)