Skip to content

Menglin31/markdown_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown_tool

Project Introduction

This project is a Markdown tool written in C, aimed at providing simple Markdown text processing functions. The main features include parsing Markdown syntax and generating corresponding output formats. When downloading Markdown source files from the internet, images are usually not downloaded together. This tool can download images embedded in the article and update the image relative paths in the article.

Installation Steps

  1. Ensure that CMake and GCC compiler are installed.
  2. Download or clone this project locally.
  3. Create a build directory in the project root directory:
    mkdir build
    cd build
  4. Configure the project using CMake:
    cmake ..
  5. Compile the project:
    make

Usage Instructions

After compilation, you can use the generated executable mdTool to process Markdown files. The usage is as follows:

./mdTool <input_file.md> <output_file>

This will convert input_file.md to the specified output_file format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published