We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887513f commit 5382625Copy full SHA for 5382625
1 file changed
cmd/tclipd/tmpl/showpaste.html
@@ -1,5 +1,11 @@
1
{{template "header" .}}
2
3
+<style>
4
+ code span.token.table {
5
+ display: inline
6
+ }
7
+</style>
8
+
9
<script src="/static/js/prism.js"></script>
10
11
{{if .UserInfo}}
0 commit comments