LOWDOWN_TREE_NEW(3) Library Functions Manual LOWDOWN_TREE_NEW(3)

lowdown_tree_newallocate a Markdown debugging renderer

library “liblowdown”

#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>

void *
lowdown_tree_new();

Allocates a debugging renderer. It must be freed with a call to lowdown_tree_free(3). The returned pointer may be used with multiple invocations of lowdown_tree_rndr(3).

Always returns a valid pointer.

lowdown(3), lowdown_tree_free(3), lowdown_tree_rndr(3)

January 23, 2020 OpenBSD 6.7