From d75553388240914f11cb81f1ce34f49e3e9e3ca6 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Mon, 13 Jul 2015 14:30:48 +0200 Subject: [PATCH] add section "Markup language" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b79ccef..a725a28 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Games](#games) - [GUI](#gui) - [Image processing](#image-processing) + - [Markup language](#markup-language) - [Mobile](#mobile) - [Network programming](#network-programming) - [Platform specific](#platform-specific) @@ -218,6 +219,12 @@ The goal is to have only projects that are mostly stable and useful to users. * [cybergeek94/img-hash](https://github.com/cybergeek94/img-hash) — Perceptual image hashing and comparison for equality and similarity. [![Build Status](https://travis-ci.org/cybergeek94/img-hash.svg?branch=master)](https://travis-ci.org/cybergeek94/img-hash) * [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [](https://travis-ci.org/PistonDevelopers/image) + +### Markup language + +* CommonMark + * [google/pulldown-cmark](https://github.com/google/pulldown-cmark) — [CommonMark](http://commonmark.org/) parser in in Rust + ### Mobile * [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [](https://travis-ci.org/tomaka/android-rs-glue)