Vera De Kalb
|
4166a76a00
|
format(docs): remove escaped t's
|
2024-03-30 14:09:26 -05:00 |
|
Vera De Kalb
|
a0a82533bc
|
format(docs): remove escaped 's character pairs
|
2024-03-30 13:22:45 -05:00 |
|
Hanson Char
|
a489aaa906
|
Fix hyperlinks of markdown pages at depth 1
sed -i '' \
-e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)\(.md\)\{0\})%(\1/\2.md)%g' \
-e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)#\([a-zA-Z_-][a-zA-Z_-]*\))%(\1/\2.md#\3)%g' \
-e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)\(.md\)\{0\})%(\1/\2/\3.md)%g' \
-e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)#\([a-zA-Z_-][a-zA-Z_-]*\))%(\1/\2/\3.md#\3)%g' \
docs/bash4.md
Related to https://github.com/flokoe/bash-hackers-wiki/issues/10
|
2024-01-28 17:24:35 -08:00 |
|
flokoe
|
6e4f649350
|
Fix minor formatting for Markdown
|
2023-07-04 13:11:57 +02:00 |
|
flokoe
|
375586c22d
|
Convert bash4.txt to Markdown
|
2023-07-04 12:59:22 +02:00 |
|