Org html: add authinfo label

This commit is contained in:
TEC 2020-08-10 00:37:27 +08:00
parent cf66efdd13
commit 50c40bc294
2 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,7 @@ $code-warning: $orange;
/* Languages per Org manual */
pre.src-asymptote::before { content: 'Asymptote'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-awk::before { content: 'Awk'; }
pre.src-C::before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */

View File

@ -1280,6 +1280,9 @@ li p + details.code {
pre.src-asymptote::before {
content: 'Asymptote'; }
pre.src-authinfo::before {
content: 'Authinfo'; }
pre.src-awk::before {
content: 'Awk'; }