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 <v-sedoli@micorosoft.com>
This commit is contained in:
Sergey Dolin
2020-07-08 13:13:45 +05:00
committed by GitHub
parent cb3edf34a6
commit f1b5ed40eb
2 changed files with 24 additions and 0 deletions

View File

@@ -28,3 +28,15 @@ function DocumentInstalledItem {
function DocumentInstalledItemIndent {
WriteItem " - $1"
}
function AddBlockquote {
WriteItem "> $1"
}
function StartCode {
WriteItem "``````"
}
function EndCode {
WriteItem "``````"
}