## Search terms external documents, markdown ## Expected Behavior run without error ## Actual Behavior fail to run ```bash TypeDoc exiting with unexpected error: TypeError: Cannot read properties of undefined (reading 'text') ``` ## Steps to reproduce the bug - create an empty markdown file - refer to it ```typescript /** * @module * @document empty.md */ export const a = 123; ```