Skip to content

Commit

Permalink
Merge pull request #55 from OrhanBC/patch-2
Browse files Browse the repository at this point in the history
Added missing import for getArgsContent in README.md
  • Loading branch information
siefkenj committed Oct 18, 2023
2 parents 387772f + c2e02ff commit c7161a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/unified-latex-to-hast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { htmlLike } from "@unified-latex/unified-latex-util-html-like";
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 c7161a7

Please sign in to comment.