mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 15:34:37 +00:00
19 lines
234 B
HTML
19 lines
234 B
HTML
<style>
|
|
|
|
{{ css_code }}
|
|
|
|
.highlight pre {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.lineno {
|
|
color: #aaa;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
</style>
|
|
|
|
<pre class="text-preview-content">
|
|
{{ html_code | safe }}
|
|
</pre>
|