features.html: Cleanup to use 4 space and consistant indentation.

This commit is contained in:
Aditya Bansal
2017-10-21 03:20:09 +05:30
committed by Tim Abbott
parent 3fb0f7c092
commit 0ddad98c98
2 changed files with 32 additions and 17 deletions

View File

@@ -46,21 +46,27 @@
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>DRAG-AND-DROP FILE UPLOADS</h3> <h3>DRAG-AND-DROP FILE UPLOADS</h3>
<p>Drag a file into the compose box and we'll upload <p>
Drag a file into the compose box and we'll upload
and preview it for you. Sharing and discussing and preview it for you. Sharing and discussing
work with team mates has never been easier.</p> work with team mates has never been easier.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>CODE AND QUOTE BLOCKS</h3> <h3>CODE AND QUOTE BLOCKS</h3>
<p>Discuss code with ease using Markdown code blocks <p>
Discuss code with ease using Markdown code blocks
(and syntax highlighting). And discuss blocks of (and syntax highlighting). And discuss blocks of
text with ease with block quotes.</p> text with ease with block quotes.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>CUSTOMIZABLE AUTOMATIC LINKIFICATION</h3> <h3>CUSTOMIZABLE AUTOMATIC LINKIFICATION</h3>
<p>Customize Zulips markup to automatically link back <p>
Customize Zulips markup to automatically link back
to your issue tracker or GitHub when you type to your issue tracker or GitHub when you type
“#1235” or a commit ID.</p> “#1235” or a commit ID.
</p>
</div> </div>
</div> </div>
<img class="image" src="/static/images/features/message-formatting.png" /> <img class="image" src="/static/images/features/message-formatting.png" />
@@ -105,15 +111,19 @@
<div class="feature-block"> <div class="feature-block">
<h3>INTEGRATIONS</h3> <h3>INTEGRATIONS</h3>
<p>Get alerts and updates from your favorite services with <p>
Get alerts and updates from your favorite services with
off-the-shelf integrations for Trac, Nagios, GitHub, off-the-shelf integrations for Trac, Nagios, GitHub,
Jenkins, and more.</p> Jenkins, and more.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>API</h3> <h3>API</h3>
<p>Want to roll your own notifications? We've got a <p>
Want to roll your own notifications? We've got a
dead-simple RESTful API and Python bindings that will make dead-simple RESTful API and Python bindings that will make
integrations—both sending and receiving—a snap!</p> integrations—both sending and receiving—a snap!
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>MOBILE APPS</h3> <h3>MOBILE APPS</h3>
@@ -132,9 +142,11 @@
<div class="feature-block"> <div class="feature-block">
<h3>FULL-TEXT FULL-HISTORY SEARCH</h3> <h3>FULL-TEXT FULL-HISTORY SEARCH</h3>
<p>Search is both snappy and smart, helping you look for <p>
Search is both snappy and smart, helping you look for
text, people, and threads of conversation, with advanced text, people, and threads of conversation, with advanced
search operators for fine-grained control.</p> search operators for fine-grained control.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>HISTORY</h3> <h3>HISTORY</h3>
@@ -186,9 +198,11 @@
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>ACCESSIBILITY</h3> <h3>ACCESSIBILITY</h3>
<p>Zulip follows best practices for accessibility, and has <p>
Zulip follows best practices for accessibility, and has
been validated using popular accessibility auditing been validated using popular accessibility auditing
tools.</p> tools.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>CONVERSATIONS THREADED BY TOPIC</h3> <h3>CONVERSATIONS THREADED BY TOPIC</h3>
@@ -207,9 +221,11 @@
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>CUSTOMIZABLE LOGIN AND REGISTRATION</h3> <h3>CUSTOMIZABLE LOGIN AND REGISTRATION</h3>
<p>Customize the available authentication methods and <p>
Customize the available authentication methods and
customize the login and registration pages for your customize the login and registration pages for your
organization using Markdown.</p> organization using Markdown.
</p>
</div> </div>
<div class="feature-block"> <div class="feature-block">
<h3>YOUR FEATURE HERE</h3> <h3>YOUR FEATURE HERE</h3>

View File

@@ -100,7 +100,6 @@ def check_html_templates(templates, all_dups):
'templates/zerver/api.html', 'templates/zerver/api.html',
'templates/zerver/api_endpoints.html', 'templates/zerver/api_endpoints.html',
# These just need to be reindented # These just need to be reindented
'templates/zerver/features.html',
'templates/zerver/login.html', 'templates/zerver/login.html',
# Can't clean this because of `preserve_spaces` # Can't clean this because of `preserve_spaces`
'templates/zerver/markdown_help.html', 'templates/zerver/markdown_help.html',