Checking that internally-defined links resolve.
authorGreg Wilson <gvwilson@third-bit.com>
Sun, 24 Jul 2016 13:12:20 +0000 (09:12 -0400)
committerGreg Wilson <gvwilson@third-bit.com>
Sun, 24 Jul 2016 13:12:20 +0000 (09:12 -0400)
commitcebd8558273a274f84b3b129c627f42a2ed09ef1
tree31995f7c9c7f422be79c8467214ff4af0d1c3a5a
parent9be4b22988fafd16c05037f6574986725984d533
Checking that internally-defined links resolve.

An internally-defined Markdown link has the form [xxx][yyy].  If the
ID 'yyy' doesn't resolve, the text is left as-is, so we check for
that, then subtract those that reference configuration values using
'{{'.  It's a hack, but it'll catch at least a few things.
bin/lesson_check.py