markdown: Add indented versions of multi-line Markdown macros.

This is part of our efforts to change our integrations/webhooks
docs to follow the same sort of numbered-list format as our /help
docs. In order to indicate that paragraphs separated by newlines
are part of the same numbered-list point, every paragraph must be
indented 4 spaces.
This commit is contained in:
Eeshan Garg
2017-11-24 19:32:20 -03:30
committed by Tim Abbott
parent 6968b540c8
commit 880fd5497a
5 changed files with 46 additions and 0 deletions

View File

@@ -699,6 +699,8 @@ def build_custom_checkers(by_lang):
"templates/zerver/integrations/perforce.md",
# Has some example code that could perhaps be wrapped
"templates/zerver/api/webhook-walkthrough.md",
# This macro has a long indented URL
"templates/zerver/help/include/git-webhook-url-with-branches-indented.md",
}
for fn in by_lang['md']:
max_length = None