Naïm Favier
|
e9e65810ac
|
doc,nixos/doc: unescape double quotes
Leftovers from the CommonMark conversion.
|
2022-12-27 17:13:49 +01:00 |
|
Naïm Favier
|
d11832fd96
|
doc,nixos/doc: unescape apostrophes
Leftovers from the CommonMark conversion.
|
2022-12-27 17:13:47 +01:00 |
|
figsoda
|
6bb0dbf91f
|
nixos: fix typos
|
2022-12-17 19:31:14 -05:00 |
|
David Arnold
|
1f6969dd5e
|
docs: nixos release notes (w/o 2105 - separate PR)
docs: nixos release notes (revise code blocks)
docs: nixos release notes (fix opt links outside of code blocks)
docs: nixos release notes (fix opt links inside of code blocks)
went fishing with:
```console
rg -A1 \
--multiline \
--multiline-dotall \
'<programlisting>[^</programlisting>]+' \
| rg linkend
```
docs: nixos release notes (prettier)
docs: nixos release notes (fix zonefile codeblocks)
docs: nixos release notes (restore admonition from prettier destriction)
docs: nixos release notes (recreate xml files)
docs: nixos release notes (fix trnslation error md -> xml)
admonition with a title seem not to work
docs: nixos release notes (fix code block indentation)
docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270)
docs: nixos release notes (fix remaingin '???')
Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`
doc: nixos release notes make docbook/md conversion consistent
|
2021-06-22 09:52:13 -05:00 |
|