Commit 21c286a
authored
Updates WORKSPACE-Context.md with Chat-specific formatting instructions (#142)
Partially addresses
#58 (Chat
formatting task).
Testing:
- Manual test: LLM converts `**bold**` and `__bold__` to `*bold* `
- Manual test: LLM converts `*italic*` to `_italic_`
- Manual test: LLM converts `[text](url)` to `<url|text>`
- Manual test: LLM flattens nested list items, but prefixes the list
items with dashes to indicate depth (e.g., "- parent", "- -- child", "-
--- grandchild")
Supported syntax:
```
- *bold* (single asterisks, not **)
- _italic_
- ~strikethrough~
- `inline code` and ```code blocks```
- Bulleted lists ("* " or "- " at line start)
- Links: <url|display text> (not [text](url))
- User mentions: <users/{user}>
```
Unsupported syntax (must be converted or avoided):
```
- **double asterisks** for bold
- # headings
- [text](url) markdown links
- > blockquotes
```1 parent 399caf9 commit 21c286a
1 file changed
+25
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
138 | 163 | | |
139 | 164 | | |
140 | 165 | | |
| |||
0 commit comments