Giter Site home page Giter Site logo

mdhtml's Introduction

BuildStatus Codecov Go ReportCard Documentation GitHub GitHub tag (latestbydate)

MDHTML : converting markdown to html files

This library provides a way for converting markdown files to html, to be view in browsers and other. The main aim of this library is for me to learn how to manage a library, write documentation, tests etc, do continuous integration and other things along the way.

This project is inspired by a Podcast I heard here, which creates the same library, however written in python.

After a while I have realized several flaws with Markdowns documentation, and decided to switch to creating a CommonMark parser. The reasons for this are outlined in Commonmark's Homepage. Furthre, there is an extensive testing suite. Thus, once the testing suite is satisfied, I know that this project works.

Usage

$ ./mdhtml -in test.md -out test.html
$ [TODO] ./mdhtml test.md > test.html
$ [TODO] cat test.md | ./mdhtml > test.html

History

  • 0.1 Initial Tests
  • 0.2 Getting Travis and codecov to work. Adding more badges while I was at it.
  • 0.3 Starting on actual project. It also seems that I have misunderstood how tags worked before
  • 0.4 At this stage, blocks work. Later I will need to split this package into two, one library and one cli
  • 0.5 Some work was done, and I decided to switch to Common Mark.

mdhtml's People

Contributors

yannick-s avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.