Skip to content

Commit

Permalink
Enable east_asian_line_breaks pandoc extension in _render().
Browse files Browse the repository at this point in the history
refs gh-275
  • Loading branch information
xwmx committed Feb 6, 2024
1 parent 2b1eb62 commit 9c36d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -11584,7 +11584,7 @@ HEREDOC
_pandoc_arguments+=("--from=${_from:-}")
elif [[ -z "${_prepared_file_path:-}" ]]
then
_pandoc_arguments+=("--from=markdown+raw_html")
_pandoc_arguments+=("--from=markdown+raw_html+east_asian_line_breaks")
fi

if ((${NB_MATHJAX_ENABLED:-0}))
Expand Down

0 comments on commit 9c36d06

Please sign in to comment.