Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.11 KB

index.md

File metadata and controls

10 lines (7 loc) · 1.11 KB

Program and Data Representation: Utilities

Go up to the main README file (md)

The contents of this directory are:

  • markdown.cpp (src): a file to convert Markdown files using a more modern form of Markdown than the 2004 version that installs with Ubuntu. See the Markdown section of the main README (md) for more details.
  • markdown.c (src): an older program to convert Markdown files (it does not handle codeblocks well between the local Markdown and GFM). See the Markdown section of the main README (md) for more details.
  • convert: a shell script that will do a first take at converting text files in Radeox wiki format (what all my labs and such were in previously) to Markdown. Note that this program assumes the cut-and-paste was done on a Mac (if done on a different OS, then there are different characters that are substituted for the non-ASCII characters).