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 Dec 1, 2016
1 parent 7511626 commit 0e197aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inlines.c
Original file line number Diff line number Diff line change
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 0e197aa

Please sign in to comment.