Skip to content

Commit 3df42ca

Browse files
authored
Fix for #1691 (#1699)
* Fix for #1691 According to previous steps an <a href=""> where used where as in step #15 used markdown based links [Examples](/examples) which somehow caused 404. * Removed Spacing per. request * createMarkdownRenderer and revert for step 15
1 parent 384166b commit 3df42ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tutorial/tutorial.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
const md = createMarkdownRenderer(process.cwd(), {
1212
// @ts-ignore
1313
highlight: await createHighlighter()
14-
})
14+
}, '/')
1515
const files = readExamples(path.resolve(__dirname, './src'))
1616
for (const step in files) {
1717
const stepFiles = files[step]

0 commit comments

Comments
 (0)