Skip to content

Commit

Permalink
Restore new line behavior with GFM parser
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 committed Jan 22, 2025
1 parent 0acdd67 commit 3b5892f
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 3b5892f

Please sign in to comment.