Skip to content

Commit 48b150a

Browse files
committed
update notes
1 parent cc340ef commit 48b150a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

crates/quarto-markdown-pandoc/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ The `quarto-markdown-pandoc` binary accepts the following options:
6363
- When fixing inconsistency bugs, use `pandoc -t json -i <input_file>` to get Pandoc's output, and `cargo run -- -t json -i <input_file>` to get our output.
6464
- When fixing roundtripping bugs, make sure to always add a roundtripping test to `tests/roundtrip_tests/qmd-json-qmd`.
6565
- When I say "@doit", I mean "create a plan, and work on it item by item."
66+
- When you're done editing a Rust file, run `cargo fmt` on it.

docs/todo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@
3333
3434
- in addition, if we _do_ add support for in-block equation ids, we should consider that the output
3535
will not only need to exist for LaTeX, but will need to exist for html and typst as well.
36+
37+
## parsing differences
38+
39+
- Lines that end with spaces might be interpreted differently.

0 commit comments

Comments
 (0)