We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c849f8e commit e6e56f8Copy full SHA for e6e56f8
test/doctool/test-doctool-html.mjs
@@ -5,7 +5,7 @@ import assert from 'assert';
5
import { readFileSync } from 'fs';
6
7
import * as html from '../../tools/doc/html.mjs';
8
-import replaceLinks from '../../tools/doc/markdown.mjs';
+import { replaceLinks } from '../../tools/doc/markdown.mjs';
9
import {
10
rehypeRaw,
11
rehypeStringify,
tools/doc/generate.mjs
@@ -32,7 +32,7 @@ import { unified } from 'unified';
32
33
import * as html from './html.mjs';
34
import * as json from './json.mjs';
35
-import replaceLinks from './markdown.mjs';
+import { replaceLinks } from './markdown.mjs';
36
37
// Parse the args.
38
// Don't use nopt or whatever for this. It's simple enough.
0 commit comments