Skip to content

Commit 56bc909

Browse files
committed
Fixed encoding issue in markdown template.
1 parent 1361287 commit 56bc909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/markdown.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
{{#each tags.example}}
3838
```javascript
39-
{{.}}
39+
{{{.}}}
4040
```
4141
{{/each}}
4242

0 commit comments

Comments
 (0)