Skip to content

Commit

Permalink
feat: Enable imsize by default
Browse files Browse the repository at this point in the history
  • Loading branch information
burashka committed Sep 8, 2022
1 parent 3e8102f commit a77710f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transform/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import code from './plugins/code';
import cut from './plugins/cut';
import deflist from './plugins/deflist';
import file from './plugins/file';
import imsize from './plugins/imsize';
import meta from './plugins/meta';
import sup from './plugins/sup';
import tabs from './plugins/tabs';
Expand Down Expand Up @@ -82,6 +83,7 @@ function transform(originInput: string, opts: OptionsType = {}): OutputType {
monospace,
yfmTable,
file,
imsize,
],
highlightLangs = {},
...customOptions
Expand Down

0 comments on commit a77710f

Please sign in to comment.