You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application currently supports converting Markdown to PDF using two input methods:
File Path
-p or --path: Specify the local file path to the Markdown file for conversion.
Direct String
-s or --string: Provide Markdown content directly as a string.
Proposed Feature:
Introduce a new parameter, -rp or --remote-path, to allow fetching Markdown content from a remote URL. The tool would download the file, process it into a string, and then execute the library to generate the PDF.
Current Functionality
The application currently supports converting Markdown to PDF using two input methods:
-p
or--path
: Specify the local file path to the Markdown file for conversion.-s
or--string
: Provide Markdown content directly as a string.Proposed Feature:
Introduce a new parameter,
-rp
or--remote-path
, to allow fetching Markdown content from a remote URL. The tool would download the file, process it into a string, and then execute the library to generate the PDF.Example Usage
In this example, the tool would:
README.md
file from the provided URL.The text was updated successfully, but these errors were encountered: