Package Details: multimarkdown-git 3.7.1.2.g0d9c20e-1

Package Base: multimarkdown-git
Description: Expanded version of John Gruber's original Markdown
Upstream URL: https://github.com/fletcher/peg-multimarkdown
Category: lib
Licenses: GPL2
Submitter: xilef
Maintainer: lowfatcomputing
Last Packager: None
Votes: 16
First Submitted: 2009-08-29 16:47
Last Updated: 2013-05-05 00:08

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by xilef

2014-05-04 22:57

Orphaned. I have returned to BSD for now.

Comment by xilef

2013-05-05 00:08

Thanks for your updates!

Comment by lahwaacz

2013-05-04 18:06

fixed PKGBUILD: https://gist.github.com/lahwaacz/5518253

Comment by sigo

2013-02-19 15:01

add this just before make for x86_64 arch to avoid "fatal error: glib.h"

export C_INCLUDE_PATH=:/usr/include/glib-2.0:/usr/lib/glib-2.0/include:/usr/lib/x86_64-linux-gnu/glib-2.0/include/

Anonymous comment

2012-02-25 21:08

Works for me Feb 2012

Comment by senft

2011-12-05 20:14

cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o markdown_parser.o markdown_parser.c
In file included from markdown_parser.c:28:0:
markdown_peg.h:5:14: error: expected identifier or ‘(’ before ‘__extension__’
make: *** [markdown_parser.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
The build failed.