mbakeranalecta / sam

Semantic Authoring Markdown
Other
79 stars 8 forks source link

Checking idrefs against ids #179

Closed mbakeranalecta closed 6 years ago

mbakeranalecta commented 6 years ago

We check for duplicate IDs, but we don't check that all idrefs point to valid IDs.

It would seem like this check belongs at the end of the parsing process since there is no rule that says an ID must be defined before the idref that refers to it.