fix(alt): Note problems with syntax that looks like merge conflicts

This commit is contained in:
Ed Page 2024-01-15 08:35:31 -06:00
parent 05c44cc738
commit 29554066f7
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ Downsides
- We've extended the frontmatter syntax with an infostring, undoing some of the "familiarity" benefit
- Potential congantive disonance as those familiar with frontmatter are used to YAML being there
- With `>>>` it isn't quite like HEREDOC to have less overhead
- `>>>`, `<<<`, `|||`, `===` at the beginning of lines start to look like merge conflicts which might confuse external tools
- Doesn't feel very rust-like
Note: