Skip to content

Commit

Permalink
Restore new line behavior with GFM parser (#1438)
Browse files Browse the repository at this point in the history
After switching to GFM markdown parser, our new lines got messed up.
Restore the previous behavior.
  • Loading branch information
deivid-rodriguez authored Jan 22, 2025
1 parent 7bc49a3 commit f762ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
smartypants: true,
strikethrough: true,
superscript: true,
tables: true
tables: true,
hard_wrap: false

# Webpack
activate :external_pipeline,
Expand Down

0 comments on commit f762ecb

Please sign in to comment.