GitXplorerGitXplorer
c

markdown-2-html

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b0edfb4b0065952c355af69e069afdcac03ec066

Add usage instructions

cchiragbhansali committed a year ago
Unverified
be1985d108a5f95603d40f7ae4182d774e7c2a71

Add test files

cchiragbhansali committed a year ago
Unverified
f934550c5e057b2d863207fbf87403d3a8635a02

Rename file and add arg parsing

cchiragbhansali committed a year ago
Unverified
5619ca41c96055934212eeb5a4a806977d3802e6

Create .DS_Store

cchiragbhansali committed a year ago
Unverified
4873761bfb8cc2eb7c195257d3904e7dc5c0a56f

Fix an edge case in link parser rule

cchiragbhansali committed a year ago
Unverified
9daf1b1e20379502e5ccf07f58ae9e0a9755c638

Allow asterisks to be used for bulleted lists

cchiragbhansali committed a year ago

README

The README file for this repository.

Markdown to HTML Converter

Markdown to HTML converter made using Python

Run the following command to convert a markdown file to HTML:

python md2html.py <markdown_file_name.md>