Sha256: f9d95edc1a235c5713a3f2eb96398a570674f26ee111247c067ce89d42405c97
Contents?: true
Size: 674 Bytes
Versions: 9
Compression:
Stored size: 674 Bytes
Contents
#include "chunk.h" #include "cmark-gfm.h" #ifdef __cplusplus extern "C" { #endif bufsize_t _qfm_scan_at(bufsize_t (*scanner)(const unsigned char *), unsigned char *ptr, int len, bufsize_t offset); bufsize_t _scan_open_qfm_custom_block_fence(const unsigned char *p); bufsize_t _scan_close_qfm_custom_block_fence(const unsigned char *p); #define scan_open_qfm_custom_block_fence(c, l, n) \ _qfm_scan_at(&_scan_open_qfm_custom_block_fence, c, l, n) #define scan_close_qfm_custom_block_fence(c, l, n) \ _qfm_scan_at(&_scan_close_qfm_custom_block_fence, c, l, n) #ifdef __cplusplus } #endif
Version data entries
9 entries across 9 versions & 1 rubygems