jostylr / literate-programming-lib

The library component of literate-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colon in title

jostylr opened this issue · comments

The following program does not work because of the colon in the heading. Need to investigate all punctuation issues in titles and fix them and/or document them. Colons are certainly tricky, but there should be a way to handle them.

# Hello: World

The obligatory "Hello World" program, in [hello.js](# "save:")

    console.log("Hello world");