mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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():
|
||||
print "Zulip"
|
||||
```</td>
|
||||
<td><pre>def zulip():
|
||||
print "Zulip"</pre></td>
|
||||
<td>
|
||||
<div class="codehilite"><pre>def zulip():
|
||||
print "Zulip"</pre></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="preserve_spaces">```python
|
||||
|
||||
Reference in New Issue
Block a user