mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
💄 style(code blocks): change syntax highlighting theme & text size (#131)
📝 docs: remove opening and closing +++ in TOML codeblocks
This commit is contained in:
parent
22579a5974
commit
d6a5b1ab93
13 changed files with 347 additions and 503 deletions
|
|
@ -51,13 +51,11 @@ The code to achieve this:
|
|||
If you set a custom position and a custom header for the ToC, you'll probably want to hide it (see the [section below](#hiding-headers-from-the-toc)) like this:
|
||||
|
||||
```markdown,hl_lines=06 11-13
|
||||
+++
|
||||
title = "Your Post's Title"
|
||||
date = 2034-01-11
|
||||
|
||||
[extra]
|
||||
toc_ignore_pattern = "^(Table of Contents)"
|
||||
+++
|
||||
|
||||
Here goes some introductory text.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue