Export to Markdown
Usage
Method 1: Right-Click Export
- Open a file containing APIs in your project, or select files/folders in the IDEA project panel
- Right-click on the file content or folder
- Select
ExportMarkdownto export all APIs in the file or folder
Method 2: Shortcut Export
- Open a file containing APIs in your project, or select files/folders in the IDEA project panel
- Use shortcut
Alt + Shift + E(Windows/Linux) orCtrl + E(macOS) - Select the APIs to export, choose
Markdownas the export channel - Click the ✔ button or press Enter to complete the export
Markdown Settings
- outputDemo: Generate a response demo for each API when exporting Markdown
- outputCharset: Select the character set for Markdown export. Try changing this if exported documents show garbled text
See IDE Settings for more details.