Skip to content

Commit

Permalink
fix irregular whitespace from copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrashes committed Jul 3, 2024
1 parent 38e8c74 commit f8a42d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class Renderer extends Marked.Renderer {
}

/**
* Code render covers code blocks. Code is determined by language passed in and then handled by npm:katex for math and npm:prismjs for everything else
* Code render covers code blocks. Code is determined by language passed in and then handled by npm:katex for math and npm:prismjs for everything else
* @param code code that needs to be passed in
* @param language language that was on there from ```<language>
* @example in markdown
Expand Down

0 comments on commit f8a42d3

Please sign in to comment.