79630680

Date: 2025-05-20 14:56:34
Score: 0.5
Natty:
Report link

It's also possible to include some custom css without using an external file, with an HTML include.

---
format:
  html:
    include-in-header:
      - text: "<style>
          .output {
            color: green;
            background-color: black;
          }
          </style>"
---
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rturquier