Skip to content

Commit 01b3625

Browse files
[docs] Preserve README links during markdown cleanup
1 parent 94cad64 commit 01b3625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/obsidian-vault-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The dry run (`--dry-run`) also runs the scanner, so you can review what would be
164164
The script uses a hybrid chunking strategy to turn notes into atomic thoughts:
165165

166166
1. **Short notes** (under 500 words) become a single thought.
167-
2. **Notes with headings** are split at `##` boundaries — each section becomes one thought.
167+
2. **Notes with headings** are split at `## ` boundaries — each section becomes one thought.
168168
3. **Long sections** (over 1000 words) are sent to an LLM (gpt-4o-mini via OpenRouter) which distills them into 1-3 standalone thoughts.
169169

170170
Use `--no-llm` to skip step 3 if you want to avoid LLM costs. Heading-based splitting still works.

0 commit comments

Comments
 (0)