Add your files
Drop one MD or two hundred. Batch conversion is not a paid feature here.
A README, a spec or a set of notes written in Markdown has to be sent to someone who wants a document rather than a repository.
The Markdown is parsed to HTML and then typeset into pages. Headings become real headings, code blocks keep their monospaced formatting, and tables become tables.
Markdown has no page model, so page breaks fall wherever the flow reaches the margin, often mid-code-block. There is also no single Markdown standard: footnotes, task lists and tables are extensions, and a renderer that does not implement one prints its raw syntax.
Only if the renderer applies it. The Markdown source carries the language name, not the colours.
They need to resolve at render time. Images referenced as ./img/foo.png in a repository will be missing unless they travel with the file.
Drop one MD or two hundred. Batch conversion is not a paid feature here.
Portable Document Format is lossy, so the quality control decides the trade between size and fidelity.
Converted and deleted the moment it finishes. Never written to permanent storage.