-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 1.04 KB
/
index.html
1
<h1>Markdown Parser in Haskell </h1> Markdown parser implemented in Haskell using the Megaparsec library. <h2>Instructions </h2> To use the Markdown Parser, follow these simple steps: <li><strong>Clone the Repository:</strong> </li> <code></code> git clone https://github.com/your-username/markdown-parser.git <code></code> <li><strong>Build the Project:</strong> </li> <code></code> cd markdown-parser cabal build <code></code> <li><strong>Run the Parser:</strong> </li> <code></code> cabal exec markdown-parser inputFile.md outputFile.html <code></code> Replace <code>inputFile.md</code> with the path to your markdown file and <code>outputFile.html</code> with the desired name for the HTML output. <h2>Things to Work On </h2> <li><strong>Indentation-sensitive Parsing</strong> </li> <h2>Contributing </h2> If you'd like to contribute to the Markdown Parser project, please feel free to fork the repository, make your changes, and submit a pull request. Your contributions are valuable and appreciated!