Skip to content

Commit

Permalink
Reduce maximum amount of backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg authored and Yuki Izumi committed Jun 27, 2017
1 parent b5ccb88 commit 9a2683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inlines.c
Expand Up @@ -31,7 +31,7 @@ static const char *RIGHTSINGLEQUOTE = "\xE2\x80\x99";
#define make_emph(mem) make_simple(mem, CMARK_NODE_EMPH)
#define make_strong(mem) make_simple(mem, CMARK_NODE_STRONG)

#define MAXBACKTICKS 1000
#define MAXBACKTICKS 80

typedef struct bracket {
struct bracket *previous;
Expand Down

0 comments on commit 9a2683d

Please sign in to comment.