docs: Add "Writing your own prompt" doc (#9841)

* docs: Add "Writing your own prompt" doc

* Remove a space from the "output"

* some teensy adjustments

* Address feedback

* envvar one more PWD

* More html warning
This commit is contained in:
Fabian Boehm
2023-06-20 19:43:09 +02:00
committed by GitHub
parent f77dc2451e
commit c385027eca
5 changed files with 177 additions and 0 deletions

View File

@@ -607,6 +607,7 @@ div.documentwrapper {
.gray { color: #777 }
.purple { color: #551a8b; font-weight: bold; }
.red { color: #FF0000; }
.green { color: #00FF00; }
/* Color based on the Name.Function (.nf) class from pygments.css. */
.command { color: #005fd7 }