Sha256: d6c38324f95c293da5ae7ac2cfc4bbb29f43ee17a69f3d229ea86182e8a5b96c

Contents?: true

Size: 809 Bytes

Versions: 6

Compression:

Stored size: 809 Bytes

Contents

/*

	transclude.h -- miscellaneous support functions

	(c) 2013 Fletcher T. Penney (http://fletcherpenney.net/).

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License or the MIT
	license.  See LICENSE for details.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

*/

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#include <libgen.h>
#include "GLibFacade.h"

char *	source_without_metadata(char * source, unsigned long extensions);
void	transclude_source(GString *source, char *basedir, char *stack, int format);

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rmultimarkdown-4.5.3.2 MultiMarkdown-4/transclude.h
rmultimarkdown-4.5.3.1 MultiMarkdown-4/transclude.h
multimarkdown-4.5.0.2 MultiMarkdown-4/transclude.h
rmultimarkdown-4.5.2.2 MultiMarkdown-4/transclude.h
multimarkdown-4.5.0.1 MultiMarkdown-4/transclude.h
multimarkdown-4.5.0.r1 MultiMarkdown-4/transclude.h