When using --plugin typedoc-plugin-markdown --entryDocument MyDoc.md the default file entry document, README.md, is overridden with MyDoc.md.
However if --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --entryDocument MyDoc.md is used then the entry document is still Home.md regardless of the provided argument.
When using
--plugin typedoc-plugin-markdown --entryDocument MyDoc.md
the default file entry document, README.md, is overridden with MyDoc.md. However if--plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --entryDocument MyDoc.md
is used then the entry document is still Home.md regardless of the provided argument.