1 line
8.2 KiB
HTML
1 line
8.2 KiB
HTML
|
<!DOCTYPE HTML><html><head><meta charset="UTF-8"><title>NML | Blockquotes</title><link rel="stylesheet" href="../style.css"></head><body><div class="layout"><input id="navbar-checkbox" class="toggle" type="checkbox" style="display:none" checked><div id="navbar"><ul><li class="navbar-entry"><a href="Getting Started.html">Getting Started</a></li><li class="navbar-entry"><a href="Sections.html">Sections</a></li><li class="navbar-entry"><a href="Variables.html">Variables</a></li><li class="navbar-entry"><a href="References.html">References</a></li><li class="navbar-entry"><a href="Imports.html">Imports</a></li><li class="navbar-entry"><a href="Raw.html">Raw</a></li><li class="navbar-entry"><a href="Comments.html">Comments</a></li><li><details><summary class="navbar-category">External Tools</summary><ul><li class="navbar-entry"><a href="Graphviz.html">Graphviz</a></li><li class="navbar-entry"><a href="LaTeX.html">LaTeX</a></li></ul></details></li><li><details open><summary class="navbar-category">Blocks</summary><ul><li class="navbar-entry-current"><a href="Blockquotes.html">Blockquotes</a></li><li class="navbar-entry"><a href="Code.html">Code</a></li><li class="navbar-entry"><a href="Lists.html">Lists</a></li></ul></details></li><li><details><summary class="navbar-category">Lua</summary><ul><li class="navbar-entry"><a href="Lua Basics.html">Lua</a></li></ul></details></li><li><details><summary class="navbar-category">Styles</summary><ul><li class="navbar-entry"><a href="Basic Styles.html">Basic</a></li><li class="navbar-entry"><a href="Basic Layouts.html">Layouts</a></li><li class="navbar-entry"><a href="User-Defined Styles.html">User-Defined</a></li></ul></details></li></ul></div><label for="navbar-checkbox" class="navbar-checkbox-label">☰</label><div class="content"><div class="toc"><span>Table of Content</span><ol><li value="1"><a href="#Blockquotes">Blockquotes</a></li><li value="2"><a href="#Nesting_blockquotes">Nesting blockquotes</a></li><li value="3"><a href="#Properties">Properties</a></li><li value="4"><a href="#Blockquotes_styling">Blockquotes styling</a></li></div><h1 id="Blockquotes">1. Blockquotes <a class="section-link" href="#Blockquotes">🔗 </a> </h1><div class="blockquote-content"><blockquote cite="https://github.com/systemd/systemd/pull/5998"><div class="blockquote-content"><blockquote><p>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.</p></blockquote></div><p>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...</p></blockquote><p class="blockquote-author">Lennart Poettering, SystemD github issue 5998</p></div><h1 id="Nesting_blockquotes">2. Nesting blockquotes <a class="section-link" href="#Nesting_blockquotes">🔗 </a> </h1><div class="blockquote-content"><blockquote><p>Quotes can be nested</p><div class="blockquote-content"><blockquote><p>Here's a subquote</p><div class="blockquote-content"><blockquote><p>Here's another subquote</p></blockquote><p class="blockquote-author">With author, With cite</p></div><p>Back to the subquote</p></blockquote></div><div class="blockquote-content"><blockquote><p>Another subquote</p></blockquote></div><p>This issue is getting a bit too heated, locking right now</p></blockquote></div><div class="code-block"><div class="code-block-title">Given by the following</div><div class="code-block-content"><table cellspacing="0"><tr><td class="code-block-gutter"><pre><span>1</span></pre></td><td class="code-block-line"><pre
|