Skip to content
Snippets Groups Projects
Commit b4ce4934 authored by Raniere Silva's avatar Raniere Silva
Browse files

Revert changes when validating glossary

parent 685725d8
No related merge requests found
......@@ -461,7 +461,8 @@ class ReferencePageValidator(MarkdownValidator):
```definition_lists``` extension.
That syntax isn't supported by the CommonMark parser, so we identify
terms manually."""
terms manually."""
glossary_keyword = glossary_entry[0]
if len(glossary_entry) < 2:
logging.error(
"In {0}: "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment