mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
markdown_docs: Fix styling for in-app docs for code-blocks.
This wraps the `pre` with a `div.codehilite` so as to apply the night mode styles.
This commit is contained in:
@@ -95,8 +95,10 @@
|
|||||||
def zulip():
|
def zulip():
|
||||||
print "Zulip"
|
print "Zulip"
|
||||||
```</td>
|
```</td>
|
||||||
<td><pre>def zulip():
|
<td>
|
||||||
print "Zulip"</pre></td>
|
<div class="codehilite"><pre>def zulip():
|
||||||
|
print "Zulip"</pre></div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="preserve_spaces">```python
|
<td class="preserve_spaces">```python
|
||||||
|
|||||||
Reference in New Issue
Block a user