ext/commonmarker/latex.c in commonmarker-0.17.11 vs ext/commonmarker/latex.c in commonmarker-0.17.12

- old
+ new

@@ -2,10 +2,10 @@ #include <stdio.h> #include <string.h> #include <assert.h> #include "config.h" -#include "cmark.h" +#include "cmark-gfm.h" #include "node.h" #include "buffer.h" #include "utf8.h" #include "scanners.h" #include "render.h"