Convert a few more note panels

This commit is contained in:
Rawiri Blundell 2023-04-17 13:48:13 +12:00
parent c728291ceb
commit 6f59d192f1
3 changed files with 6 additions and 3 deletions

View File

@ -164,6 +164,9 @@ extract_markup() {
# Ugh, screw the constant while read loops. Let's extglob from here. # Ugh, screw the constant while read loops. Let's extglob from here.
# Replace <note>
sed -i -e 's/\\<note\\>/\| :shell: /' ./**/*.md
# Replace <note important> # Replace <note important>
sed -i -e 's/\\<note important\\>/\| :loudspeaker: /' ./**/*.md sed -i -e 's/\\<note important\\>/\| :loudspeaker: /' ./**/*.md

View File

@ -2,7 +2,7 @@
:V4: :V4:
\<note\>Attention: Since Bash 4 has been around for quite some time now | :shell: Attention: Since Bash 4 has been around for quite some time now
(4.3 will come soon), I consider it to be "standard". This page is not (4.3 will come soon), I consider it to be "standard". This page is not
maintained anymore and is left here to keep your links working. See the maintained anymore and is left here to keep your links working. See the
[bashchanges](/scripting/bashchanges) page for new stuff [bashchanges](/scripting/bashchanges) page for new stuff

View File

@ -129,7 +129,7 @@ As of now, arrays can't be exported.
### Getting values ### Getting values
\<note\> For completeness and details on several parameter expansion | :shell: For completeness and details on several parameter expansion
variants, see the [article about parameter expansion](/syntax/pe) and variants, see the [article about parameter expansion](/syntax/pe) and
check the notes about arrays. | check the notes about arrays. |
| --- | | --- |
@ -403,7 +403,7 @@ strings would have been inserted into the integer array without
evaluating the arithmetic. A special-case of this is shown in the next evaluating the arithmetic. A special-case of this is shown in the next
section. section.
\<note\> Bash declaration commands are really keywords in disguise. They | :shell: Bash declaration commands are really keywords in disguise. They
magically parse arguments to determine whether they are in the form of a magically parse arguments to determine whether they are in the form of a
valid assignment. If so, they are evaluated as assignments. If not, they valid assignment. If so, they are evaluated as assignments. If not, they
are undergo normal argument expansion before being passed to the builtin are undergo normal argument expansion before being passed to the builtin