We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72eea80 commit 928a262Copy full SHA for 928a262
pandoc.css
@@ -107,6 +107,9 @@ pre::after{
107
pre.c:after{
108
content:"C";
109
}
110
+pre.bash:after{
111
+ content:"bash";
112
+}
113
pre.cs:after{
114
content:"C#";
115
@@ -125,9 +128,7 @@ pre.python:after{
125
128
pre.ruby:after{
126
129
content:"Ruby";
127
130
-pre.c:after{
- content:"C";
-}
131
+
132
code {
133
/* font-family: monospace; */
134
0 commit comments