Files
blog/content/demo/code.md
2024-04-03 03:01:55 +03:00

239 B

+++ title = "Code Block Demo" +++

pre mark {

  display: block;

  color: currentcolor;

}

pre table td:nth-of-type(1) {

  color: #6b6b6b;

  font-style: italic;

}