Fixes for pkldoc (#96)

* Add URI encoding to paths and fragments
* Render quotes around identifiers when appropriate
This commit is contained in:
Daniel Chao
2024-02-08 11:28:34 -08:00
committed by Dan Chao
parent bb90343ae0
commit dd9b47097f
126 changed files with 3234 additions and 2560 deletions

View File

@@ -2,7 +2,7 @@ amends "pkl:DocPackageInfo"
name = "com.externalpackage"
version = "1.2.3"
importUri = "https://pkl.io/"
importUri = "https://example.com/"
authors {
"publisher-externalpackage@group.apple.com"
}