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
commonmarker-0.23.11 ext/commonmarker/registry.h
markly-0.12.1 ext/markly/registry.h
markly-0.12.0 ext/markly/registry.h
markly-0.11.0 ext/markly/registry.h
markly-0.10.0 ext/markly/registry.h
markly-0.9.1 ext/markly/registry.h
commonmarker-0.23.10 ext/commonmarker/registry.h
markly-0.9.0 ext/markly/registry.h
markly-0.8.1 ext/markly/registry.h
markly-0.8.0 ext/markly/registry.h
qiita_marker-0.23.9.0 ext/qiita_marker/registry.h
commonmarker-0.23.9 ext/commonmarker/registry.h
commonmarker-0.23.8 ext/commonmarker/registry.h
commonmarker-0.23.7 ext/commonmarker/registry.h
qiita_marker-0.23.6.2 ext/qiita_marker/registry.h
commonmarker-0.23.7.pre1 ext/commonmarker/registry.h
qiita_marker-0.23.6.1 ext/qiita_marker/registry.h
qiita_marker-0.23.6.0 ext/qiita_marker/registry.h
commonmarker-0.23.6 ext/commonmarker/registry.h
qiita_marker-0.23.5.1 ext/qiita_marker/registry.h