Skip to content

Commit

Permalink
fix fences
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 3, 2024
1 parent 868083a commit 03ff737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ const printImportDescription = (
) +
MarkdownPrinter.paragraph(
MarkdownPrinter.fence(
"ts",
"```ts",
`import * as ${module.name} from "${projectName}/${namespace}"
// Can be accessed like this
${module.name}.${method}`
${module.name}.${method}`,
"```"
)
)
)
Expand Down

0 comments on commit 03ff737

Please sign in to comment.