Commit a622835
committed
fix(blog): use 4-backtick fence for nested markdown block in atlas.llm
The --dump example block shows nested triple backticks (a markdown
fence containing go fences), which broke Markdown parsing — the
inner triple-backticks were ending the outer fence early. Bump
the outer fence to four backticks so the inner triple-backticks
stay literal.1 parent db20715 commit a622835
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
| 772 | + | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| |||
0 commit comments