Commit bfa2579
committed
fix(template): rename long blog post to .mdx to preserve MDX comment
Follow-up to 3129d39: prettier was mangling `{/* truncate */}` into
`{/_ truncate _/}` because the file extension was `.md`, causing it to
be parsed as Markdown where `*` is emphasis. Renaming to `.mdx` lets
prettier preserve the MDX comment syntax intact.1 parent 3129d39 commit bfa2579
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- packages/create-docusaurus-openapi-docs/templates/default/blog
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments