1. Blockquotes 🔗
IMO, you shouldn't see the assignment of a CVE as a negative thing. The bug exists whether or not a CVE is assigned. The assignment of a CVE allows for people to consider what this issue means for them.
Well, that makes no sense. You don't assign CVEs to every single random bugfix we do, do you? So why this one? I understand your currency is CVEs, but this just makes CVEs useless. And hardly anymore useful than a git history... I mean, I am fine with security bureaucracy if it actually helps anyone, but you just create noise where there shouldn't be any. And that way you just piss off the upstreams whose cooperation you actually should be interested in. Your at least made sure that my own interest in helping your efforts goes to zero...
2. Nesting blockquotes 🔗
Quotes can be nested
Here's a subquote
Here's another subquote
Back to the subquote
Another subquote
This issue is getting a bit too heated, locking right now
1 | > Quotes can be nested |
2 | >> Here's a subquote |
3 | >>>[author=With author, cite=With cite] |
4 | >>> Here's another subquote |
5 | >> Back to the subquote |
6 | > |
7 | >> Another subquote |
8 | > This issue is getting a bit too heated, locking right now |
3. Properties 🔗
Properties must be specified on the first > of the quote, inside brackets.
4. Blockquotes styling 🔗
The blockquotes styling controls how the author, cite and url are rendered. This is controlled by style key style.blockquote
.
author_pos
Position of the author statement, available options:- None Hides the author
- Before Displays the author before the quote
- After Displays the author after the quote (default)
format
An array with 3 format strings to control how the author is displayed:- Format for author+cite
- Format for author onl
- Format for cite only
1 | { |
2 | "author_pos": "After", |
3 | "format": ["{author}, {cite}", "{author}", "{cite}"], |
4 | } |