Sha256: ec94a72c7e6244cfe1d220d1a6dfe658eee1d8e65bfafc09baefd45ef69f3b35

Contents?: true

Size: 377 Bytes

Versions: 57

Compression:

Stored size: 377 Bytes

Contents

#ifndef CMARK_REGISTRY_H
#define CMARK_REGISTRY_H

#ifdef __cplusplus
extern "C" {
#endif

#include "cmark-gfm.h"
#include "plugin.h"

CMARK_GFM_EXPORT
void cmark_register_plugin(cmark_plugin_init_func reg_fn);

CMARK_GFM_EXPORT
void cmark_release_plugins(void);

CMARK_GFM_EXPORT
cmark_llist *cmark_list_syntax_extensions(cmark_mem *mem);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

57 entries across 57 versions & 5 rubygems

Version Path
markly-0.5.0 ext/markly/registry.h
markly-0.4.0 ext/markly/registry.h
markly-0.3.0 ext/markly/registry.h
markly-0.2.2 ext/markly/registry.h
markly-0.2.1 ext/markly/registry.h
markly-0.2.0 ext/markly/registry.h
markly-0.1.0 ext/markly/registry.h
commonmarker-0.21.0 ext/commonmarker/registry.h
commonmarker-0.20.2 ext/commonmarker/registry.h
commonmarker-0.20.1 ext/commonmarker/registry.h
commonmarker-0.20.0 ext/commonmarker/registry.h
commonmarker-0.19.0 ext/commonmarker/registry.h
commonmarker-0.18.2 ext/commonmarker/registry.h
commonmarker-0.18.1 ext/commonmarker/registry.h
commonmarker-0.18.0 ext/commonmarker/registry.h
commonmarker-0.17.13 ext/commonmarker/registry.h
commonmarker-0.17.12 ext/commonmarker/registry.h