Document Format Conversion
Markdown to HTML
Description: Converts Markdown documents into HTML web page format, suitable for displaying Markdown content on the web or generating static web pages.
Configurable Parameters:
Include CSS: When enabled, a default stylesheet is embedded in the HTML file for better visual formatting; when disabled, only pure HTML content is outputted.
Text Encoding Conversion
Description: Enables mutual conversion between text encodings like UTF-8, GBK, and GB2312. Suitable for resolving Chinese character garbling issues or unifying file encoding formats.
Configurable Parameters:
Source Encoding: Specifies the character encoding of the input file (Auto-Detect, UTF-8, GBK, or GB2312).
Target Encoding: Specifies the character encoding of the output file (UTF-8, GBK, or GB2312).