Commit Graph

18 Commits (569ee0f455040e63d3a8c57fa0a098ad12c11f54)

Author SHA1 Message Date
Peter Aronoff 569ee0f455 Update discount to v2.0.8
From the discount's homepage: "a small collection of patches, bugfixes, and
performance enhancements"

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-01 16:34:32 -08:00
Peter Aronoff dabb05eac8 Update discount to 2.0.7
2.0.7 completes support for definition lists in PHP mardown extra style.
There are also a few small cleanups and an extension of the footnotes.

Also:

Build discount with both types of definition list

Discount now supports two types of definition lists: its own and one
from PHP markdown extra. However, to enable them, we need to change
the configuration options.

See the homepage for details on the two types of definition lists:
http://www.pell.portland.or.us/~orc/Code/discount/#dl

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21 10:39:01 -08:00
Peter Aronoff 5b113f0af0 Update discount to 2.0.5
Another small update. For details, see the home page:

http://www.pell.portland.or.us/~orc/Code/discount/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-27 10:26:05 -08:00
Peter Aronoff 59f1ed63b9 Update discount to 2.0.4
For detailed changes see http://www.pell.portland.or.us/~orc/Code/discount/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-14 08:59:01 -08:00
Peter Aronoff 37564d4459 Bump discount to 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-27 08:07:42 -08:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
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