Commit graph

12 commits

Author SHA1 Message Date
Peter Aronoff
efe49aae4e Bump discount to 2.0.1 (a small bugfix release)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-29 06:56:51 -07:00
Peter Aronoff
2a77c019df Update discount to v2.0
Some of the configuration options have changed, but otherwise it's just a
version bump.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-23 09:58:11 -07:00
Peter Aronoff
fe23393f9b Bump discount to v1.6.8
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-04 10:37:57 +02:00
Peter Aronoff
be19a845d1 Update discount to 1.6.7
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-30 21:04:40 +02:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Peter Aronoff
2f3f53156f Update discount to 1.6.6
From [discount's website][1.6.6]:

  * version 1.6.6 repairs two defects, one in the markdown compiler and one in
  `theme`:

    1. In `theme`, I needed to take into account the source filename
       might not have an extension when I'm making the `.html` filename.
       The old behavior was to look for a dot and put the `.html` after
       that, but _I didn't check to see if there was actually a dot there_
       before appending the `.html`!

       This did not work out too well if there was no dot.

    2. In the markdown parser, I wasn't handling escapes of the
       open square bracket inside a `[]()` construct.
       So a link like
	   [foo\[and\]bar](does not work properly!)
       would not parse because
       my square bracket matcher would look for an additional `]`
       to match the `\[` inside the `[]` part.

[1.6.6]: http://www.pell.portland.or.us/~orc/Code/discount/#1.6.6

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-28 08:22:45 -07:00
Peter Aronoff
30dcd041bd Update Discount to 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-20 09:37:06 -07:00
Peter Aronoff
6cf6b5aefa Update and tweak formula for discount
1. Update discount to 1.6.4
2. Add configuration options for full range of extras (pandoc-style
headers, relaxed emphasis, support for divs and alpha lists and for
superscript)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-01 09:05:27 -07:00
David Höppner
1c3c581f60 discount: version update (Austin Ziegler) 2010-03-04 18:31:15 +01:00
David Höppner
f724fae1f8 discount: fix man path 2010-02-10 14:36:17 +01:00
David Höppner
3ca1cb0255 discount: correct man path 2010-02-03 13:40:24 +01:00
Zack Hobson
bef5810c65 Formula for discount
discount is a C implementation of the Markup text to html language.

Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-03 13:35:52 +01:00