Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
356 B

#include "config.h"
char markdown_version[] = VERSION
#if DL_TAG_EXTENSION
" DL_TAG"
#endif
#if PANDOC_HEADER
" HEADER"
#endif
#if @TABSTOP@ != 4
" TAB=@TABSTOP@"
#endif
#if USE_AMALLOC
" DEBUG"
#endif
#if SUPERSCRIPT
" SUPERSCRIPT"
#endif
#if RELAXED_EMPHASIS
" RELAXED"
#endif
#if DIV_QUOTE
" DIV"
#endif
#if ALPHA_LIST
" AL"
#endif
;