v1.2.0
Convert TypeDoc Comments to Markdown
Instructions:
- Download the appropriate file for your operating system:
convert-typedoc-to-markdown-mac-darwin-amd64
/... - Create a new folder named
data
in the same directory as the downloaded file. - Create a new file named
td2md.js
inside thedata
folder. - Copy and paste the TypeDoc comments that you want to convert into the
td2md.js
file. - Run the downloaded file
convert-typedoc-to-markdown-mac-darwin-amd64
/... - View the converted Markdown output in the file
data/td2md.md
.
Note: The downloaded file is used to convert TypeDoc comments to Markdown format. The converted output will be saved in the data/td2md.md
file.