#include "parser.h"
#include "scanners.h"
-
#define print(x) d_string_append(out, x)
#define print_char(x) d_string_append_c(out, x)
#define printf(...) d_string_append_printf(out, __VA_ARGS__)
}
-
void mmd_export_link_latex(DString * out, const char * source, token * text, link * link, scratch_pad * scratch) {
attr * a = link->attributes;
char * temp_char;
scratch->padded = 0;
}
+
void mmd_export_citation_list_latex(DString * out, const char * source, scratch_pad * scratch) {
if (scratch->used_citations->size > 0) {
footnote * note;