Skip to content

Commit 1b102f9

Browse files
author
dokutoku
committed
Merge vmg#118 of the original project
2 parents 5843ca7 + 07d0d98 commit 1b102f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ char_codespan(struct buf *ob, struct sd_markdown *rndr, uint8_t *data, size_t of
690690
static size_t
691691
char_escape(struct buf *ob, struct sd_markdown *rndr, uint8_t *data, size_t offset, size_t size)
692692
{
693-
static const char *escape_chars = "\\`*_{}[]()#+-.!:|&<>^~";
693+
static const char *escape_chars = "\\`*_{}[]()#+-.!:|&<>^~$";
694694
struct buf work = { 0, 0, 0, 0 };
695695

696696
if (size > 1) {

0 commit comments

Comments
 (0)