https://github.com/selfup/chisel
Markdown to HTML converter
https://github.com/selfup/chisel
Last synced: over 1 year ago
JSON representation
Markdown to HTML converter
- Host: GitHub
- URL: https://github.com/selfup/chisel
- Owner: selfup
- Created: 2015-07-20T00:19:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T16:53:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T15:12:11.823Z (over 1 year ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chisel
Markdown to HTML converter
I followed this [spec](https://github.com/JumpstartLab/curriculum/blob/master/source/projects/chisel.markdown) to build my project!
## Delete "my_output.html"
Then do the following:
$ ruby ./lib/chisel.rb my_input.md my_output.html
You will get a terminal prompt as so:
Converted my_input.md (29 lines) to my_output.html (47 lines)
### Once you get the idea:
Feel free to mess around with the "my_input.md" file and see what happens!