We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e2174 commit aaa6a76Copy full SHA for aaa6a76
.ralphex/plans/045-blockquote-and-list-support.md
@@ -7,7 +7,7 @@ Add two missing markdown features to `bot/src/markdown-html.ts`: blockquote conv
7
## Validation Commands
8
9
```bash
10
-cd /Users/ninja/src/claude-code-bot/bot && npx tsc --noEmit && node --import tsx --test src/__tests__/markdown-html.test.ts && [ "$(wc -l < src/markdown-html.ts)" -lt 300 ] && echo "Line count OK" || (echo "FAIL: markdown-html.ts exceeds 300 lines" && exit 1)
+cd bot && npx tsc --noEmit && node --import tsx --test src/__tests__/markdown-html.test.ts && [ "$(wc -l < src/markdown-html.ts)" -lt 300 ] && echo "Line count OK" || (echo "FAIL: markdown-html.ts exceeds 300 lines" && exit 1)
11
```
12
13
## Reference: Telegram HTML Supported Tags
0 commit comments