Remove ppa:ondrej/php from the list of apt repositories (#1104)
* Remove ppa:ondrej/php from the list of apt repositories * Add documentation and fixes * fix documentation Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
co-authored by
Sergey Dolin
parent
cb3edf34a6
commit
f1b5ed40eb
@@ -28,3 +28,15 @@ function DocumentInstalledItem {
|
||||
function DocumentInstalledItemIndent {
|
||||
WriteItem " - $1"
|
||||
}
|
||||
|
||||
function AddBlockquote {
|
||||
WriteItem "> $1"
|
||||
}
|
||||
|
||||
function StartCode {
|
||||
WriteItem "``````"
|
||||
}
|
||||
|
||||
function EndCode {
|
||||
WriteItem "``````"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user