fix_subs Fixed the <sub> tags with admonition sub

This commit is contained in:
Bastian de Byl
2020-10-09 20:54:46 -04:00
parent 7586a845bd
commit eb2c04ef9e
7 changed files with 47 additions and 24 deletions

View File

@@ -27,8 +27,10 @@ On Arch Linux, it's as simple as:
# pacman -S linux-hardened linux-hardened-headers
```
<sub><i>Optionally (additionally) run `mkinitcpio -p linux-hardened` as root if
this wasn't already done automatically as part of the installation</i></sub>
{{< sub >}}
Optionally (additionally) run `mkinitcpio -p linux-hardened` as root if
this wasn't already done automatically as part of the installation
{{< /sub >}}
The steps to boot to the hardened kernel will change based on your boot
loader. Personally, I am using
@@ -83,8 +85,10 @@ LABEL archhardened
...
```
<sub>Note that the `APPEND` may differ from the example, same with `options`
for `systemd-boot`</sub>
{{< sub >}}
Note that the `APPEND` may differ from the example, same with `options`
for `systemd-boot`
{{< /sub >}}
# Finish Line