Sha256: 197ae599ae3a541381027d3083a81956eabbbcd7c579c94c7e2791094edcbf68

Contents?: true

Size: 400 Bytes

Versions: 36

Compression:

Stored size: 400 Bytes

Contents

#ifndef CMARK_FOOTNOTES_H
#define CMARK_FOOTNOTES_H

#include "map.h"

#ifdef __cplusplus
extern "C" {
#endif

struct cmark_footnote {
  cmark_map_entry entry;
  cmark_node *node;
  unsigned int ix;
};

typedef struct cmark_footnote cmark_footnote;

void cmark_footnote_create(cmark_map *map, cmark_node *node);
cmark_map *cmark_footnote_map_new(cmark_mem *mem);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

36 entries across 35 versions & 3 rubygems

Version Path
commonmarker-0.23.1 ext/commonmarker/footnotes.h
markly-0.6.1 ext/markly/footnotes.h
commonmarker-0.23.0 ext/commonmarker/footnotes.h
markly-0.6.0 ext/markly/footnotes.h
commonmarker-0.22.0 ext/commonmarker/footnotes.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/commonmarker-0.21.2/ext/commonmarker/footnotes.h
commonmarker-0.21.2 ext/commonmarker/footnotes.h
commonmarker-0.21.1 ext/commonmarker/footnotes.h
markly-0.5.2 ext/markly/footnotes.h
markly-0.5.1 ext/markly/footnotes.h
markly-0.5.0 ext/markly/footnotes.h
markly-0.4.0 ext/markly/footnotes.h
markly-0.3.0 ext/markly/footnotes.h
markly-0.2.2 ext/markly/footnotes.h
markly-0.2.1 ext/markly/footnotes.h
markly-0.2.0 ext/markly/footnotes.h
markly-0.1.0 ext/markly/footnotes.h
commonmarker-0.21.0 ext/commonmarker/footnotes.h
commonmarker-0.20.2 ext/commonmarker/footnotes.h
commonmarker-0.20.1 ext/commonmarker/footnotes.h