Sha256: 14295a8f4ac9ae70baecc2f1984c170bbd658783eb7ccdffd9a76cc1b2013a5f
Contents?: true
Size: 456 Bytes
Versions: 8
Compression:
Stored size: 456 Bytes
Contents
#ifndef QFM_H #define QFM_H #ifdef __cplusplus extern "C" { #endif /** Use <pre><code data-metadata="x"> tags for code blocks instead of <pre><code * class="language-x">. **/ #define CMARK_OPT_CODE_DATA_METADATA (1 << 25) /* Prevent parsing Qiita-style Mentions as emphasis. */ #define CMARK_OPT_MENTION_NO_EMPHASIS (1 << 26) /* Render autolinks with class name */ #define CMARK_OPT_AUTOLINK_CLASS_NAME (1 << 27) #ifdef __cplusplus } #endif #endif
Version data entries
8 entries across 8 versions & 1 rubygems