Drew Wilson

Results 2 issues of Drew Wilson

Modification to: mystmd/packages/myst-cli/src/build/html/index.ts Builds host variable from env variable HOST in accordance with documentation and option to honor HOST with --keep-host option

$ myst -v v1.1.46 According to the [--keep-host docs](https://github.com/executablebooks/mystmd/blob/main/packages/myst-cli/docs/reference.md#myst-start) this should use the $HOST env variable rather than localhost. This appears not to be the case. 1. Whether it's started...

bug