Skip to content

Commit

Permalink
Merge pull request #54 from OrhanBC/patch-1
Browse files Browse the repository at this point in the history
Added missing import for getArgsContent
  • Loading branch information
siefkenj authored Oct 18, 2023
2 parents aa9b2db + a85686c commit 387772f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/unified-latex-to-hast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export * from "./libs/convert-to-html";
* import { printRaw } from "@unified-latex/unified-latex-util-print-raw";
* import { unifiedLatexToHast } from "@unified-latex/unified-latex-to-hast";
* import { unifiedLatexFromString } from "@unified-latex/unified-latex-util-parse";
* import { getArgsContent } from "@unified-latex/unified-latex-util-arguments";
*
* const convert = (value) =>
* unified()
Expand Down

0 comments on commit 387772f

Please sign in to comment.