We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a4b85 commit ed03dfdCopy full SHA for ed03dfd
1 file changed
src/tutorial/tutorial.data.ts
@@ -15,7 +15,7 @@ export default {
15
const stepFiles = files[step]
16
const desc = stepFiles['description.md'] as string
17
if (desc) {
18
- stepFiles['description.md'] = md.render(desc)
+ stepFiles['description.md'] = await md.renderAsync(desc)
19
}
20
21
return files
0 commit comments