figlet fix, code block margin
This commit is contained in:
parent
70196134d6
commit
8f25427fd7
6 changed files with 100 additions and 298 deletions
|
|
@ -41,7 +41,6 @@ h2_font: standard
|
|||
h3_font: small
|
||||
margin_left: 4
|
||||
margin_right: 4
|
||||
paragraph_spacing: 1
|
||||
hyphenate: true
|
||||
hyphen_lang: en_US
|
||||
---
|
||||
|
|
@ -51,9 +50,7 @@ hyphen_lang: en_US
|
|||
### Subsection
|
||||
```
|
||||
|
||||
Font names also accept the special keywords `caps` (force uppercase) and `title` (title case) for any heading. `margin_left` and `margin_right` add leading/trailing spaces to body text, `paragraph_spacing` (or `lines_between_paragraphs`) inserts blank lines between paragraphs, and enabling `hyphenate` activates PyHyphen-based wrapping (optional `hyphen_lang` defaults to `en_US`).
|
||||
|
||||
If the rendered FIGlet text would exceed the configured width, the converter automatically falls back to the H4-style uppercase heading with a dashed underline.
|
||||
Font names also accept the special keywords `caps` (force uppercase) and `title` (title case) for any heading. `margin_left` and `margin_right` add leading/trailing spaces to body text, `paragraph_spacing` (or `lines_between_paragraphs`) inserts blank lines between paragraphs, and enabling `hyphenate` activates PyHyphen-based wrapping (optional `hyphen_lang` defaults to `en_US`). Set `figlet_fallback: true` to force an H4-style fallback when a FIGlet banner would overflow; when omitted (the default), the banner is kept even if it extends beyond the width.
|
||||
|
||||
## Styling via Attribute Blocks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue