Skip to content

Commit

Permalink
Remove construct for dollar inline
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Nov 15, 2024
1 parent 27c54e5 commit 0b371d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/bundle/src/markdown/mathExtension/math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default function math(): Extension {

return {
text: {
[BACKSLASH]: construct,
[DOLLAR]: construct
[BACKSLASH]: construct
},
flow: {
[BACKSLASH]: construct,
Expand Down

0 comments on commit 0b371d9

Please sign in to comment.