jostylr / literate-programming-lib

The library component of literate-programming
MIT License
36 stars 3 forks source link

Colon in title #51

Open jostylr opened 7 years ago

jostylr commented 7 years ago

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");