Release 1.0.0
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 14:08:38 +1100
bump version to 1.0.0
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 14:07:48 +1100
Merge pull request #231 from github/lazy-load-markups Lazy load markup gems
Charlie Somerville charlie@charliesomerville.com
Tue, 03 Dec 2013 17:07:26 -0800
Merge pull request #222 from github/fix-rst-dom Add tests for RST tables
Garen Torikian gjtorikian@users.noreply.github.com
Mon, 30 Sep 2013 00:40:50 -0700
Merge pull request #220 from zonyitoo/master remove rst table border
Garen Torikian gjtorikian@users.noreply.github.com
Mon, 30 Sep 2013 00:36:53 -0700
Bump up to 0.7.7
Garen Torikian gjtorikian@gmail.com
Mon, 23 Sep 2013 18:20:15 -0700
Release 0.7.6
Garen Torikian gjtorikian@gmail.com
Thu, 12 Sep 2013 11:29:22 -0700
Release 0.7.6
Garen Torikian gjtorikian@gmail.com
Thu, 12 Sep 2013 11:28:20 -0700
Release 0.7.6
Garen Torikian gjtorikian@gmail.com
Thu, 12 Sep 2013 11:27:58 -0700
Merge pull request #192 from github/litcoffee Literate CoffeeScript should be rendered as Markdown
Coby Chapple coby@github.com
Thu, 12 Sep 2013 09:14:06 -0700
Merge pull request #212 from jglick/patch-1 Note other extensions for AsciiDoc
Garen Torikian gjtorikian@users.noreply.github.com
Wed, 11 Sep 2013 21:56:39 -0700
Merge pull request #217 from github/fix-tests Fix tests
Garen Torikian gjtorikian@users.noreply.github.com
Wed, 11 Sep 2013 21:54:57 -0700
Merge pull request #182 from github/relativize_readme Make links in README relative
Garen Torikian gjtorikian@users.noreply.github.com
Tue, 10 Sep 2013 22:08:21 -0700
Bump Asciidoctor with security fixes
Vicent Martà vicent@github.com
Mon, 21 Jan 2013 17:32:32 -0800
Say hi to the doctor
Vicent Marti tanoku@gmail.com
Mon, 17 Dec 2012 23:32:30 +0100
Fix test fixture for Markdown/LHS rendering
Jeremy McAnally jmcanally@github.com
Thu, 08 Nov 2012 00:02:36 -0500
Merge pull request #162 from jm/add_literate_haskell Add literate Haskell renderer using literati
Ryan Tomayko rtomayko@gmail.com
Wed, 07 Nov 2012 20:55:42 -0800
Merge pull request #44 from schacon/asciidoc_ext More asciidoc extensions
Ryan Tomayko rtomayko@gmail.com
Wed, 07 Nov 2012 20:31:02 -0800
Adding the .mdwn Markdown extension. Fixes #66.
Bryan Veloso bryan@revyver.com
Sun, 05 Aug 2012 11:58:42 -0700
Merge pull request #74 from schallert/patch-1 Fix README typo.
Ted Nyman ted@ted.io
Sat, 04 Aug 2012 15:02:12 -0700
Update redcarpet link to vmg. Fixes #149
Ted Nyman ted@ted.io
Sat, 04 Aug 2012 14:55:47 -0700
Be more explicit about the different Markdown extensions.
Bryan Veloso bryan@revyver.com
Fri, 03 Aug 2012 19:06:08 -0700
Merge pull request #95 from richo/docs/pull_requests Create pull request directly, instead of opening issue with a link.
Bryan Veloso bryan@github.com
Fri, 03 Aug 2012 19:03:34 -0700
Updating the test output org-ruby 0.7.0.
Bryan Veloso bryan@revyver.com
Fri, 03 Aug 2012 19:00:03 -0700
Use the latest org-ruby available (0.7.0). Fixes #117.
Bryan Veloso bryan@revyver.com
Fri, 03 Aug 2012 18:46:10 -0700
Release 0.7.4
Vicent Marti tanoku@gmail.com
Thu, 19 Jul 2012 23:39:51 +0200
Fix crash in old code blocks
Vicent Marti tanoku@gmail.com
Thu, 19 Jul 2012 23:35:15 +0200
Release 0.7.3
Vicent Marti tanoku@gmail.com
Tue, 17 Jul 2012 02:46:52 +0200
Properly generate HTML for RST code blocks We only look for `<pre>` blocks with a `lang` attribute when performing syntax highlighting. With these changes and docutils 0.9.0+ installed, syntax highlighting for RST code blocks will be enabled on .com
Vicent Marti tanoku@gmail.com
Tue, 17 Jul 2012 02:42:26 +0200
Release 0.7.2
Ben Burkert ben@benburkert.com
Thu, 05 Apr 2012 13:51:01 -0700
Use github-markdown if it's available.
Ben Burkert ben@benburkert.com
Thu, 05 Apr 2012 13:07:41 -0700
Release 0.7.1
Brian Lopez seniorlopez@gmail.com
Mon, 13 Feb 2012 09:39:31 -0800
bump to 0.7.1
Brian Lopez seniorlopez@gmail.com
Mon, 13 Feb 2012 09:39:04 -0800
add github-markup binary to the gemspec
Brian Lopez seniorlopez@gmail.com
Fri, 10 Feb 2012 18:09:35 -0800
add helper to get the name of the renderer
Brian Lopez seniorlopez@gmail.com
Fri, 10 Feb 2012 18:06:37 -0800
Release 0.7.0
rick technoweenie@gmail.com
Wed, 07 Dec 2011 08:24:25 -0700
get this on RakeGem. better release management.
rick technoweenie@gmail.com
Wed, 07 Dec 2011 08:22:36 -0700
Bump version to 0.7.0 Changes in the dependency chain warrant a minor version increase.
Vicent Marti tanoku@gmail.com
Wed, 07 Dec 2011 15:29:20 +0100
Burn `require 'markdown'` with the fire of a thousand suns GitHub::Markup now has an actual preference order for Markdown libraries, tries to require them explicitly and use their actual APIs instead of the compatibility 'Markdown' layer. Redcarpet is the default library, and the one listed in the Gemfile. If it's not available, the (opinionated) require order is: - Redcarpet - RDiscount - Maruku - Kramdown - BlueCloth This soothes my soul.
Vicent Marti tanoku@gmail.com
Wed, 07 Dec 2011 13:19:50 +0100
Merge pull request #73 from SamB/patch-1 Add URL for redcarpet library
Ryan Tomayko rtomayko@gmail.com
Tue, 08 Nov 2011 08:42:32 -0800
groff no longer
Joshua Peek josh@joshpeek.com
Thu, 27 Oct 2011 16:33:11 -0500
stricter
Simon Rozet simon@rozet.name
Fri, 22 Jul 2011 21:52:57 +0200
stricter wikicloth dep req
Simon Rozet simon@rozet.name
Fri, 22 Jul 2011 21:31:47 +0200
gemfile for ci
Simon Rozet simon@rozet.name
Fri, 22 Jul 2011 21:25:10 +0200
v0.6.0
Simon Rozet simon@rozet.name
Mon, 27 Jun 2011 20:38:17 +0200
gem install rdoc
Simon Rozet simon@rozet.name
Mon, 27 Jun 2011 20:42:48 +0200
upgrade to rdoc 3.6.1
Simon Rozet simon@rozet.name
Mon, 27 Jun 2011 20:36:37 +0200
note wikicloth gem in README
Ryan Tomayko rtomayko@gmail.com
Sun, 03 Apr 2011 11:20:40 -0700
use redcarpet for markdown instead of rdiscount
Ryan Tomayko rtomayko@gmail.com
Sun, 03 Apr 2011 11:20:04 -0700
v0.5.3
rick technoweenie@gmail.com
Mon, 03 Jan 2011 17:08:18 -0800
dont spit out the edit link next to headers in wikicloth
rick technoweenie@gmail.com
Mon, 03 Jan 2011 17:07:55 -0800
bump to 0.5.2
rick technoweenie@gmail.com
Fri, 31 Dec 2010 01:06:59 -0600
remove newline at the end of the mediawiki test output
rick technoweenie@gmail.com
Fri, 31 Dec 2010 01:05:13 -0600
added mediawiki support
Douglas Campos qmx@qmx.me
Thu, 30 Dec 2010 01:26:29 -0200
v0.5.1
Ryan Tomayko rtomayko@gmail.com
Thu, 30 Sep 2010 06:37:34 -0700
Support relative links in rdoc
tekkub tekkub@gmail.com
Tue, 20 Jul 2010 16:40:01 -0600
v0.5.0
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:44:45 -0500
creole fixtures
Nic Ferrier nferrier@ferrier.me.uk
Wed, 07 Jul 2010 16:38:58 -0500
gemspec
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:35:44 -0500
add creole support using creole gem
minad dmendler@wurzelteiler.de
Tue, 06 Jul 2010 13:52:20 +0200
Pod::Simple is only in Perl >= 5.10
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:30:02 -0700
Fix incorrect gem install hints
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:27:47 -0700
Link to markup docs
tekkub tekkub@gmail.com
Fri, 18 Jun 2010 20:43:35 -0600
Fix links in README.
Chris Wanstrath chris@ozmm.org
Sun, 09 May 2010 13:59:20 -0700
v0.4.0
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:59:05 -0700
Remove man page support, not ready for prime time.
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:58:21 -0700
v0.3.3
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:28 -0700
make utf-8 work with .rst files
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:01 -0700
v0.3.2
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:22:31 -0700
list markups and their dependencies in the README
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:18:49 -0700
Quiet down the test failure output a little
tekkub tekkub@gmail.com
Tue, 23 Mar 2010 21:53:33 -0600
use diff(1) for showing test failures
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:02:44 -0700
Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering
Dave Abrahams dave@boostpro.com
Mon, 22 Mar 2010 15:47:15 -0700
v0.3.1
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:10:49 -0700
Revert "Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering " This reverts commit 86c376173892c8734c4330fb8f4b9777b5cadeea.
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:10:20 -0700
escape!
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:06:57 -0700
History
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:06:52 -0700
Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering
Dave Abrahams dave@boostpro.com
Tue, 23 Mar 2010 06:47:15 +0800
It seems .rst.txt is an acceptable rst extension blasted windows users
tekkub tekkub@gmail.com
Thu, 04 Mar 2010 02:19:45 +0800
Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
Gasper Zejn zejn@kiberpipa.org
Fri, 19 Mar 2010 19:47:27 +0800
v0.3.0
Chris Wanstrath chris@ozmm.org
Wed, 17 Mar 2010 20:48:20 -0700
update history
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:18:25 -0800
$ github-markup FILE.md
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:55 -0800
if render isn't passed content, try to fetch it
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:35 -0800
fix floats in man rendering
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:26 -0800
Add groff rendering (README.[1-9])
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:12:57 -0800
0.2.2
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 13:13:50 -0800
fix pod test
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 12:47:33 -0800
how to run the tests?
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 12:43:57 -0800
use Pod::Simple::HTML to live in this century
Ricardo Signes rjbs@cpan.org
Wed, 03 Feb 2010 05:03:19 +0800
0.2.1
Chris Wanstrath chris@ozmm.org
Mon, 25 Jan 2010 10:22:00 -0800
Updated rst test code for docutils 0.6 The previous render result was mistakenly written for output from docutils 0.5. This has been adjusted accordingly.
Michael Jones m.pricejones@gmail.com
Mon, 25 Jan 2010 18:09:51 +0000
Disabled doctitle_xform for rest rendering Restructured text was previously being rendered so that: Header1 ======= Some text. Header2 ------- Some text. Header3 ~~~~~~~ Some more text. Had a tag pattern of: <h1 class="title">Header1</h1> ... <h1>Header2</h1> ... <h2>Header3</h2> Which does not suit the github css stylesheets well, as the class="title" is ignored so the first two headings are rendered the same size. Additionally the github stylesheets add a horizontal rule/line above <h2> headings which in rst are really level 3 headings in the source document. Adding doctitle_xform: False to the render settings results in: <h1>Header1</h1> ... <h2>Header2</h2> ... <h3>Header3</h3> Which suits the github stylesheets much better and matches the markdown results. The tests have also been updated to include appropriate headings in the rst example.
Michael Jones m.pricejones@gmail.com
Mon, 25 Jan 2010 17:24:35 +0000
0.2.0
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 13:00:46 -0800
superfluous require
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 13:00:13 -0800
install the org-ruby gem for org mode
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:59:55 -0800
puts => warn
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:58:14 -0800
update history
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:38:12 -0800
Added org-mode support.
Brian Dewey bdewey@gmail.com
Wed, 30 Dec 2009 23:13:29 -0800
0.1.7
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:39:28 -0800
okay this is how we'll deal with broken commands
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:36:06 -0800
call asciidoc directly
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:32:59 -0800
0.1.6
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:51:16 -0800
mdown
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:50:36 -0800
0.1.5
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:40:35 -0800
Actually, if we can't render a thing then don't. Not once, not never.
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:39:46 -0800
0.1.4
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:13:55 -0800
Missing commands return the input (instead of nothing)
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:13:43 -0800
FileUtils
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:03:21 -0800
0.1.3
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:03:18 -0800
strip the index comments in POD
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:02:40 -0800
0.1.2
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:57:18 -0800
improved POD rendering
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:54:49 -0800
better (real world) .pod test case
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:54:38 -0800
github_markup => github-markup
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:46:22 -0800
0.1.1
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:58 -0800
Bugfix: actually check file extensions
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:39 -0800
rake gem
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:29:12 -0800
Added `GitHub::Markup.can_render?` helper.
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:28:40 -0800
use test/unit so we can add more features more easily
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:15:34 -0800
yay gemcutter
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:10:09 -0800
don't let the rm affect anything
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:08:45 -0800
pod is spitting out tmp files we don't want
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:08:32 -0800
add admin rake tasks
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:06:35 -0800
0.1.0
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:02:42 -0800
custom test runner
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 17:04:01 -0700
missing ostruct require
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 17:03:50 -0700
i have no idea. thanks bry4n
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 16:53:12 -0700
documentation
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:31:04 -0700
group file extension regexp
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:22:22 -0700
asciidoc passes
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:11:43 -0700
no carriage returns ever, please
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:11:39 -0700
Awesome new codeless way of writing tests!
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:09:59 -0700
contributing
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 00:25:16 -0700
expanded readme
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 00:23:40 -0700
pod!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:43:54 -0700
okay now you can pass a block to `command` to tinker with the output
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:43:44 -0700
always pyc
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:13:44 -0700
boom, asciidoc
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:13:21 -0700
add rdoc markup
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:07:01 -0700
add rest
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 22:59:26 -0700
add `command` to the dsl, for shelling out (when we don't have a class)
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 22:59:22 -0700
new testing style, start adding ReST
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:16:29 -0700
don't fork this yet!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:03:55 -0700
gettin' fancy
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:00:55 -0700
define markups in a separate file
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:59:17 -0700
nicer dsl
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:55:46 -0700
tweakages
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:19:30 -0700
basic usage
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:57 -0700
get out of here!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:52 -0700
license
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:47 -0700
graceful fail test
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:16:15 -0700
whoops, don't require and please fail gracefully
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:15:02 -0700
basic textile and markdown
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:48 -0700
rake test and rake kick
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:39 -0700
add .kick, i love it
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:35 -0700
what the what
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:03:58 -0700
skeletor
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:03:47 -0700
first commit
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:02:53 -0700
Add URL for redcarpet library, since it's not obvious how to get there from Daring Fireball.
Samuel Bronson naesten@gmail.com
Fri, 12 Aug 2011 15:29:44 -0300
Create pull request directly, instead of opening issue with a link
richo richo@psych0tik.net
Mon, 19 Dec 2011 10:43:50 +1100
Edited README.md via GitHub
Matt Schallert mattschallert@gmail.com
Wed, 17 Aug 2011 14:11:51 -0300
add asc and adoc extensions to asciidoc recognized extensions
Scott Chacon schacon@gmail.com
Wed, 23 Mar 2011 11:08:08 -0700
Bump version of literati to allow for comments support
Jeremy McAnally jmcanally@github.com
Wed, 07 Nov 2012 16:11:51 -0500
Add literate Haskell renderer using literati
Jeremy McAnally jmcanally@github.com
Wed, 31 Oct 2012 16:50:45 -0400
make rest2html links in README relative Also update line number to point to rest2html command use.
Yossef Mendelssohn ymendel@pobox.com
Sat, 02 Feb 2013 02:37:48 -0800
:lipstick:
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:54:30 -0700
Fix LHS test file
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:48:31 -0700
Add vendor to .gitignore
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:46:14 -0700
Use pip for Travis
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:18:22 -0700
Properly run easy_install for travis
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 21:16:36 -0700
More cibuild updates
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:40:26 -0700
Add cibuild script
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:34:05 -0700
Add script/bootstrap to get all the required libs
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:27:57 -0700
Fix failing tests All of these deal with attributes moving around in the files.
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:27:45 -0700
rstrip results to avoid errors dealing with newlines at the end of a file
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:26:56 -0700
Note other extensions for AsciiDoc https://github.com/github/markup/blob/master/lib/github/markups.rb claims to support `markup(:asciidoctor, /asc|adoc|asciidoc/)` so note those extensions here.
Jesse Glick jglick@cloudbees.com
Mon, 29 Jul 2013 13:13:18 -0400
Convert > to >
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 22:08:51 -0700
Merge branch 'master' into litcoffee
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 22:07:44 -0700
alter test markup/rendered-html files to match better
Coby Chapple coby@cobychapple.com
Fri, 07 Jun 2013 11:43:40 +0100
add .litcoffee to the list of Markdown file extensions
Coby Chapple coby@cobychapple.com
Fri, 05 Apr 2013 13:24:27 +0100
add tests for rendering .litcoffee as markdown
Coby Chapple coby@cobychapple.com
Fri, 05 Apr 2013 13:24:00 +0100
remove rst table border
Tyler Chung zonyitoo@gmail.com
Sat, 28 Sep 2013 14:06:14 +0800
Merge branch 'master' into fix-rst-dom
Garen Torikian gjtorikian@gmail.com
Mon, 30 Sep 2013 00:38:48 -0700
Add tests for RST
Garen Torikian gjtorikian@gmail.com
Mon, 30 Sep 2013 00:35:49 -0700
add a markups accessor method for @@markups
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 12:01:13 +1100
cache file extension regexp instead of recompiling it every time
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 11:31:13 +1100
fix GitHub::Markup.preload!
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 11:26:55 +1100
add special cased markdown implementation
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 11:25:39 +1100
refactor command/gem details into implementation classes
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 11:19:42 +1100
eager load markdown implementations for fallback
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:24:27 +1100
add :eager option to markup
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:24:16 +1100
defer loading of markups gems until they're first used
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:09:33 +1100
tell ruby what the filename of markups.rb is
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:09:20 +1100