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.16.2 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.3 ext/commonmarker/cmark/src/registry.h
commonmarker-0.16.0 ext/commonmarker/cmark/src/registry.h
commonmarker-0.15.0 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.15 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.14 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.13 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.12 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.11 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.9 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.8 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.7 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.6 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.5 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.4 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.3 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.2 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.1 ext/commonmarker/cmark/src/registry.h
commonmarker-0.14.0 ext/commonmarker/cmark/src/registry.h