jostylr / literate-programming-lib

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

trailing underscore #15

Closed jostylr closed 7 years ago

jostylr commented 8 years ago

if underscore ends in a block, then that leads to an undefined match problem. probably need to add a $ as an option in a regex after underscore.

jostylr commented 7 years ago

Done