Skip to content

Commit

Permalink
example: fix example config issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 19, 2023
1 parent 04499f5 commit 8cfd617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions example/.markedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"marked": {
"breaks": true,
"pedantic": false,
"mangle": false,
"headerIds": false,
"gfm": true,
"tables": true,
"sanitize": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@parcel/config-default": "^2.3.2",
"@parcel/core": "^2.3.2",
"tsbb": "^4.0.5"
"tsbb": "^4.1.5"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
Expand All @@ -44,7 +44,7 @@
"marked": "^5.0.0"
},
"engines": {
"node": ">= 12.0.0",
"node": ">= 18.0.0",
"parcel": "^2.2.0"
}
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default new Transformer({
pedantic: false,
gfm: true,
tables: true,
headerIds: false,
mangle: false,
sanitize: false,
smartLists: true,
smartypants: false,
Expand Down

0 comments on commit 8cfd617

Please sign in to comment.