Skip to content

radichenko/mtrpz_lab1

Repository files navigation

Markdown to HTML Converter

Description

This application is a command-line tool designed to convert Markdown files to HTML format. It can be used for quickly and conveniently generating HTML code from text written in Markdown format.

Building and Running the Project

  1. Clone the repository to your local machine:
    git clone https://github.com/radichenko/mtrpz_lab1.git
  1. Open a terminal and navigate to the root directory of the project:
    cd mtrpz_lab1
  1. Run the command npm install to install the necessary dependencies:
    npm install
  1. Execute the program using one of the commands:
    node index.js test.md
    node index.js test.md --out out.html

It will convert Markdown to HTML. If only the input file path is specified, the HTML will be outputted to the console.

Revert commit

Link to the revert commit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors