pulldown-html-ext-cli-0.1.0 is not a library.
pulldown-html-ext-cli
A command-line tool for converting markdown to HTML using the pulldown-html-ext library.
Installation
Usage
Basic usage:
# Read from stdin, write to stdout
|
# Convert a file
# Use custom configuration
Options
Options:
-i, --input <FILE> Input markdown file (omit for stdin)
-o, --output <FILE> Output HTML file (omit for stdout)
-c, --config <FILE> Config file in TOML format
-h, --help Print help
-V, --version Print version
Configuration
You can customize the HTML output by providing a TOML configuration file. Example configuration:
[]
= true
= true
= false
= true
[]
= true
= "heading-"
[]
= true
= true
[]
= "text"
= true
For full configuration options, see the library documentation.
Example
# Using stdin/stdout
|
# Using files with custom config
License
[Add your license information here]