diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-15 19:52:38 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:17 +0700 |
commit | 6945c99048b06b718bf0f67d18073376ab7d2d7f (patch) | |
tree | 96487c698475a12c40bc0ca8ee883e2f2850c06b /haskell/haskell-commonmark-extensions/slack-desc | |
parent | 41a37d1b73460263002409ee6134c6330911b176 (diff) |
haskell/haskell-commonmark-extensions: Added (commonmark extends).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-commonmark-extensions/slack-desc')
-rw-r--r-- | haskell/haskell-commonmark-extensions/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-commonmark-extensions/slack-desc b/haskell/haskell-commonmark-extensions/slack-desc new file mode 100644 index 0000000000000..fbf202a2d9e45 --- /dev/null +++ b/haskell/haskell-commonmark-extensions/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-commonmark-extensions: haskell-commonmark-extensions (Pure Haskell commonmark parser) +haskell-commonmark-extensions: +haskell-commonmark-extensions: This library provides some useful extensions to core commonmark +haskell-commonmark-extensions: syntax: +haskell-commonmark-extensions: smart quotes, definition lists, tables, footnotes, math, and more. +haskell-commonmark-extensions: +haskell-commonmark-extensions: https://hackage.haskell.org/package/commonmark-extensions +haskell-commonmark-extensions: +haskell-commonmark-extensions: +haskell-commonmark-extensions: +haskell-commonmark-extensions: |