mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
email testing: Store the SMTP settings in dev-secrets.
It's super annoying to set this up each time I have to test email templates in gmail.
This commit is contained in:
@@ -661,7 +661,7 @@ markdown_rules = RuleList(
|
||||
{'pattern': r'\[(?P<url>[^\]]+)\]\((?P=url)\)',
|
||||
'description': 'Linkified Markdown URLs should use cleaner <http://example.com> syntax.'},
|
||||
{'pattern': 'https://zulip.readthedocs.io/en/latest/[a-zA-Z0-9]',
|
||||
'exclude': {'docs/overview/contributing.md', 'docs/overview/readme.md', 'docs/README.md'},
|
||||
'exclude': {'docs/overview/contributing.md', 'docs/overview/readme.md', 'docs/README.md', 'docs/subsystems/email.md'},
|
||||
'include_only': {'docs/'},
|
||||
'description': "Use relative links (../foo/bar.html) to other documents in docs/",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user