Sha256: 5d5551d7f32e32c09532c02488506325cd6d4f61ba9beaa1406956523954a321

Contents?: true

Size: 361 Bytes

Versions: 39

Compression:

Stored size: 361 Bytes

Contents

#ifndef CMARK_REGISTRY_H
#define CMARK_REGISTRY_H

#ifdef __cplusplus
extern "C" {
#endif

#include "cmark.h"
#include "plugin.h"

CMARK_EXPORT
void cmark_register_plugin(cmark_plugin_init_func reg_fn);

CMARK_EXPORT
void cmark_release_plugins(void);

CMARK_EXPORT
cmark_llist *cmark_list_syntax_extensions(cmark_mem *mem);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

39 entries across 38 versions & 2 rubygems

Version Path
commonmarker-0.17.11 ext/commonmarker/registry.h
commonmarker-0.17.10 ext/commonmarker/registry.h
tdiary-5.0.8 vendor/bundle/gems/commonmarker-0.17.9/ext/commonmarker/registry.h
commonmarker-0.17.9 ext/commonmarker/registry.h
commonmarker-0.17.8 ext/commonmarker/registry.h
commonmarker-0.17.7.1 ext/commonmarker/registry.h
commonmarker-0.17.7 ext/commonmarker/cmark-upstream/src/registry.h
commonmarker-0.17.7 ext/commonmarker/registry.h
commonmarker-0.17.6 ext/commonmarker/cmark/src/registry.h
commonmarker-0.17.5 ext/commonmarker/cmark/src/registry.h
commonmarker-0.17.4 ext/commonmarker/cmark/src/registry.h
commonmarker-0.17.2 ext/commonmarker/cmark/src/registry.h
commonmarker-0.17.1 ext/commonmarker/cmark/src/registry.h
commonmarker-0.17.0 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.8 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.7 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.6 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.5 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.4 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.1 ext/commonmarker/cmark/src/registry.h