Sha256: f4883061a2fcd63014c9fefbeb5d5d55215cb75d4edcafdbd07c568b8d7275bb

Contents?: true

Size: 480 Bytes

Versions: 66

Compression:

Stored size: 480 Bytes

Contents

/* block-level tags for passing html5 blocks through the blender
 */
#include "tags.h"

void
mkd_with_html5_tags()
{
    static int populated = 0;

    if ( populated ) return;
    populated = 1;

    mkd_prepare_tags();
				 
    mkd_define_tag("ASIDE", 0);
    mkd_define_tag("FOOTER", 0);
    mkd_define_tag("HEADER", 0);
    mkd_define_tag("HGROUP", 0);
    mkd_define_tag("NAV", 0);
    mkd_define_tag("SECTION", 0);
    mkd_define_tag("ARTICLE", 0);

    mkd_sort_tags();
}

Version data entries

66 entries across 60 versions & 9 rubygems

Version Path
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/bluecloth-2.2.0/ext/html5.c
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/html5.c
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/html5.c
challah-1.0.0.beta3 vendor/bundle/gems/rdiscount-2.0.7.3/ext/html5.c
challah-1.0.0.beta3 vendor/bundle/gems/rdiscount-2.0.7.2/ext/html5.c
rdiscount-2.0.7.3 ext/html5.c
challah-1.0.0.beta2 vendor/bundle/gems/rdiscount-2.0.7.2/ext/html5.c
challah-1.0.0.beta vendor/bundle/gems/rdiscount-2.0.7.1/ext/html5.c
challah-1.0.0.beta vendor/bundle/gems/rdiscount-2.0.7.2/ext/html5.c
challah-1.0.0.beta vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
rdiscount-2.0.7.2 ext/html5.c
rdiscount-2.0.7.1 ext/html5.c
challah-0.9.1.beta.3 vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
rdiscount-dsc-1.6.9 ext/html5.c
rdiscount-2.0.7 ext/html5.c
challah-0.9.1.beta vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
challah-0.9.0 vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
challah-rolls-0.2.0 vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdiscount-1.6.8/ext/html5.c