Commit 024e1a0a authored by Andy Boughton's avatar Andy Boughton
Browse files

Merge pull request #162 from r-gaia-cs/core-fix-motivation

Fix validation of motivation.md
parents 6a2f2c50 95f8f722
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -506,6 +506,8 @@ class TopicPageValidator(MarkdownValidator):

class MotivationPageValidator(MarkdownValidator):
    """Validate motivation.md"""
    WARN_ON_EXTRA_HEADINGS = False

    DOC_HEADERS = {"layout": vh.is_str,
                   "title": vh.is_str,
                   "subtitle": vh.is_str}