Last indexation completed on 2024-04-28 13:54:22 UTC

Build utilities in this directory
branch.c: generates a branch suffix for the version# (in version.c) if the code was built from a non-master git branch checkbits.sh: check that the MKD_ flags in markdown.h and mkdio.h are identical cols.c: a format prettifier for test progress output (truncates the input to a fixed width, treating utf-8 character sequences as one cell wide.) A bit of a kludge, since it doesn't consider zero-width or multi-cell glyphs. echo.c: echo, localized so configure.sh doesn't have to thrash around figuring whether the system echo uses -n or /c (or whatever) to do output w/o a trailing newline

  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 00:55:01

DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language. It implements, as far as I can tell, all of the language as described in <daringfireball.net/projects/markdown/syntax">http://daringfireball.net/projects/markdown/syntax> and passes the Markdown test suite at <daringfireball.net/projects/downloads/MarkdownTest_">http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip>
DISCOUNT is free software written by David Parsons <portland.or.us">orc@pell.portland.or.us>; it is released under a BSD-style license that allows you to do as you wish with it as long as you don't attempt to claim it as your own work.
Most of the programs included in the DISCOUNT distribution have manual pages describing how they work.
The file INSTALL describes how to build and install discount

file branch.c 489 bytes 2024-02-11 00:55:01 2024-04-28 11:21:06

include <stdio.h>

file checkbits.sh 276 bytes 2024-02-11 00:55:01 2024-04-28 11:21:06  
file cols.c 760 bytes 2024-02-11 00:55:01 2024-04-28 11:21:06

include <stdio.h>

file echo.c 349 bytes 2024-02-11 00:55:01 2024-04-28 11:21:06

include <stdio.h>

file pandoc_headers.c 1935 bytes 2024-02-11 00:55:01 2024-04-28 11:21:06  
file README 666 bytes 2024-02-11 00:55:01 -