pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Handle comments that contain only cross-references #82

Closed textbook closed 8 years ago

textbook commented 9 years ago

Fixes #81 using a negative lookbehind to check for backticks

subsetpark commented 8 years ago

Hi @textbook, thanks for opening this! I recently pushed an update to Pycco that implements a simple unit testing suite. Can you merge master into your branch and add a test that tests your new feature?

textbook commented 8 years ago

@subsetpark done - let me know if you'd like anything else