Skip to content

Commit

Permalink
fix yihui/litedown#30: keep guess_type() until the next release of li…
Browse files Browse the repository at this point in the history
…tedown
  • Loading branch information
yihui committed Sep 30, 2024
1 parent 7b6ec53 commit 604bb98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/base64.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@ mimemap = c(
r = 'text/plain', rmd = 'text/x-markdown', svg = 'image/svg+xml',
ttf = 'font/ttf', woff = 'font/woff', woff2 = 'font/woff2'
)

# TODO: remove this after new release of litedown
guess_type = function(x) mime_type(x)

0 comments on commit 604bb98

Please sign in to comment.