Skip to content

Commit

Permalink
feat(filters): Extend sentence wrapping to more block types
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 14, 2024
1 parent c17ae03 commit 6f8df04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pandoc-filters/sentence_lines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ return {
},
{ Para = sentence_lines },
{ Plain = sentence_lines },
{ Emph = sentence_lines },
{ BlockQuote = sentence_lines },
{ Div = sentence_lines },
{ Quoted = sentence_lines },
}

0 comments on commit 6f8df04

Please sign in to comment.