Commit 95f8f722 authored by Raniere Silva's avatar Raniere Silva
Browse files

motivation.md have extra headings

parent 6a2f2c50
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}