Aspose Cloud for Atom is built with aspose.cloud It allows converting Markdown to HTML and PDF format.
Converter supports the following commands:
- Convert MD to PDF
- Convert MD to HTML
- Export Converter settings
By default, all actions run in the current directory.
We use the node-fetch module to make API calls.
- Open the Markdown file
- Press
Ctrl+Shift+P - Type
Aspose:and select belowAspose: Export Converter settings)Aspose: Convert MD to PDFAspose: Convert MD to HTML
- Open the Markdown file
- Right click and select below
Aspose: Convert MD to PDFAspose: Convert MD to HTML
Markdown Converter contributes the following settings:
outputDirectory: Location for output files. Default is.(current).paper.orientation: Paper orientation for PDF files. Accepted valuesPortraitorLandscape.paper.size: Paper Size [A0,A1,A2,A3,A4,A5,A6,Letter,Legal]. The valueCustommeans using optionsWidthandHeightinstead Paper Size.paper.width: Paper Width, accepts values labeled with units(mm, cm, in, px).paper.height: Paper Height, accepts values labeled with units(mm, cm, in, px).margin.top: Top margin (units: mm, cm, in, px).margin.bottom: Bottom margin (units: mm, cm, in, px).margin.right: Right margin (units: mm, cm, in, px).margin.left: Left margin (units: mm, cm, in, px)."
- MD-to-PDF conversion: The
@pageCSS at-rule can be applied incorrectly.
In order to make changes in the repository, you need to:
- Create a branch with the proposed changes whose name matches the feature/* pattern.
- Create a pull request for this branch. It will be automatically assigned to a suitable reviewer.
- Once the request is approved, it can be merged.

