|
NAMElowdown_buf —
parse and diff Markdown buffers into formatted output
LIBRARYlibrary “liblowdown”SYNOPSIS#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
int
DESCRIPTIONParses lowdown(5) buffers new of size newsz and old of size oldsz and produces an edit script in ret of size retsz according to configurations opts. The script defines differences from old to new. The output format is specified by opts->type.The caller is responsible for freeing ret. RETURN VALUESReturns zero on failure, non-zero on success. Failure occurs from memory exhaustion.SEE ALSOlowdown(3)
Visit the GSP FreeBSD Man Page Interface. |