Commit cd5b5cd
authored
fix: use markdown blockquote in --reply-to instead of wiki markup (#34)
fix: use markdown blockquote instead of wiki markup in --reply-to
The reply-to feature was using Jira wiki markup ({quote}...{quote}) to
quote the original comment, but the body is parsed as Markdown and
converted to ADF. This caused the literal text "{quote}" to appear in
the rendered comment.
Switch to Markdown blockquote syntax (> prefix) which the parser
correctly converts to ADF blockquote nodes.1 parent 7b023bc commit cd5b5cd
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
167 | 166 | | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments