Skip to content

Commit

Permalink
reverted change to format.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niposch committed Jan 22, 2024
1 parent 59960fd commit c143e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let converter: Converter = new Converter({
tables: true, tasklists: true,
simpleLineBreaks: true,
requireSpaceBeforeHeadingText: true,
extensions: [showdownHighlight({})]
extensions: [showdownHighlight]
})

function escapeHtml(unsafe: string): string {
Expand Down

0 comments on commit c143e13

Please sign in to comment.