Aspose Cloud for Atom is built with aspose.cloud It allows converting Markdown to HTML and PDF format.
Converter supports the following commands:
By default, all actions run in the current directory.
We use the node-fetch
module to make API calls.
Ctrl+Shift+P
Aspose:
and select below
Aspose: Export Converter settings)
Aspose: Convert MD to PDF
Aspose: Convert MD to HTML
Aspose: Convert MD to PDF
Aspose: 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 values Portrait
or Landscape
.paper.size
: Paper Size [A0
, A1
, A2
, A3
, A4
, A5
, A6
, Letter
, Legal
]. The value Custom
means using options Width
and Height
instead 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)."@page
CSS at-rule can be applied incorrectly.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.