1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 23:23:02 +04:00
This commit is contained in:
nlohmann
2025-01-17 05:54:35 +00:00
parent 4ce072a05e
commit 9cd1c63d00
330 changed files with 5398 additions and 1012 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
/* disable ligatures in code and preformatted blocks */
code, pre {
font-variant-ligatures: none;
/* enable ligatures in code and preformatted blocks */
.md-typeset code, .md-typeset pre {
font-variant-ligatures: common-ligatures;
}