Skip to content

Commit

Permalink
feat(rehype): support webp image format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot00 committed Oct 9, 2024
1 parent 1c6fae6 commit a77ff33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uniorg-rehype/src/org-to-hast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const defaultOptions: OrgToHastOptions = {
'ppm',
'pnm',
'svg',
'webp',
],
useSections: false,
footnotesSection: (footnotes) => [hast('h1', {}, 'Footnotes:'), ...footnotes],
Expand Down

0 comments on commit a77ff33

Please sign in to comment.