diff options
author | koobs <koobs@FreeBSD.org> | 2019-09-06 19:55:56 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2019-09-06 19:55:56 +0800 |
commit | 2a5d77b70492ce3fcadda734d671020d75ece0d0 (patch) | |
tree | 3e9956d62a8a1fed9cd4195b5210eecbf55f3e91 /textproc/Makefile | |
parent | ac46bccd8fed5e8188af9c146ab68ea64a7b9926 (diff) | |
download | freebsd-ports-gnome-2a5d77b70492ce3fcadda734d671020d75ece0d0.tar.gz freebsd-ports-gnome-2a5d77b70492ce3fcadda734d671020d75ece0d0.tar.zst freebsd-ports-gnome-2a5d77b70492ce3fcadda734d671020d75ece0d0.zip |
[NEW] textproc/misaka: CFFI binding for Hoedown, a markdown parsing library
Misaka is a CFFI-based binding for Hoedown, a fast markdown processing
library written in C. It features a fast HTML renderer and functionality
to make custom renderers (e.g. man pages or LaTeX).
WWW: https://github.com/FSX/misaka
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 699fe81de823..0198354d47b9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1299,6 +1299,7 @@ SUBDIR += py-markdown-math SUBDIR += py-markdown2 SUBDIR += py-markups + SUBDIR += py-misaka SUBDIR += py-mistune SUBDIR += py-mkdocs SUBDIR += py-mkdocs-nature |