gentlemark: Gentle markup language

[ bsd3, library, text, web ] [ Propose Tags ]

GentleMark is a gentle markup language which is designed to fit forum-like systems.

Styles:

**Bold**
~~Italic~~
Underlined
!!Striked!!
%%Spoiler%%
``Monospace``
$$Latex$$

Accents:

(Quote)     > I think I can safely say that nobody understands quantum mechanics.
(Reference) >>19991
(Hyperlink) http:.., https:.., ftp:.., mailto:.., news:.., irc:..

Unordered lists:

- Monad axioms:
- Kleisli composition forms
- a Category

Ordered lists:

1. cabal update
2. cabal install gentlemark

Custom tags:

[code|haskell] fibs = 0 : 1 : zipWith (+) fibs (tail fibs) [/code]
[some-tag|some-option-1|...|some-option-n] something [/some-tag]
[foo] bar [/foo]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0
Dependencies base (>=4 && <5), parsec (>=3 && <4), transformers (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright (c) 2012 Andriy Polishchuk
Author Andriy Polishchuk
Maintainer Andriy Polishchuk <andriy.s.polishchuk@gmail.com>
Category Web, Text
Home page http://github.com/andriyp/gentlemark
Bug tracker http://github.com/andriyp/gentlemark/issues
Source repo head: git clone git://github.com/andriyp/gentlemark.git
Uploaded by AndriyPolishchuk at 2012-09-30T02:57:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1125 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]