Commit 2fdda1e
committed
feat(markdown_to_bbcode): add strikethrough support
function convert_markdown_to_bbcode(markdown_text): +added strikethrough conversion (~~text~~ to [s]text[/s])
fix(markdown_to_bbcode): update inline code comment numbering
function convert_markdown_to_bbcode(markdown_text): ~renumbered inline code comment (8 to 9) and blockquotes (9 to 10)1 parent 4240c06 commit 2fdda1e
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
240 | 244 | | |
241 | 245 | | |
242 | 246 | | |
243 | | - | |
| 247 | + | |
244 | 248 | | |
245 | 249 | | |
246 | 250 | | |
247 | 251 | | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
251 | | - | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
255 | | - | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
| |||
0 commit comments