bootstraponline
776df4e6ee
Fix nokogiri rendering
...
https://github.com/sparklemotion/nokogiri/issues/782
2012-10-27 19:52:26 -06:00
bootstraponline
68465a8651
Set indent and encoding
2012-10-27 18:12:32 -06:00
bootstraponline
fa16c8960c
Fix #560
2012-10-27 17:58:14 -06:00
bootstraponline
2c57915781
Refactor fileview
2012-10-23 23:27:31 -06:00
bootstraponline
d0527f1aeb
Release 2.3.3
2012-10-23 22:58:41 -06:00
bootstraponline
75083c5b56
Fix collapse tree
2012-10-23 22:36:17 -06:00
bootstraponline
82526594db
Add attr reader for collapse tree
2012-10-23 22:22:56 -06:00
bootstraponline
941d39800c
Merge pull request #556 from adiknoth/fileview
...
Documentation and usability enhancement of recent fileview fix
2012-10-23 21:20:28 -07:00
bootstraponline
a1ae2e8bc0
Fix #554
2012-10-23 22:14:45 -06:00
bootstraponline
4af6f366ca
Fix show_all /pages
2012-10-23 22:09:27 -06:00
Adrian Knoth
c7a9534ed9
Add --collapse-tree command line option
2012-10-23 14:27:15 +02:00
Adrian Knoth
00bcbbf72b
File View: Add option to collapse file trees.
...
For potentially large repositories, starting with a collapsed tree may
be beneficial.
2012-10-23 14:27:12 +02:00
Adrian Knoth
ed2254ff9f
Add missing documentation for --show-all
2012-10-23 14:22:54 +02:00
bootstraponline
b6633f0ecb
Release 2.3.2
2012-10-22 19:21:10 -06:00
bootstraponline
e08d2d3052
Enable show_all for /pages
2012-10-22 19:10:40 -06:00
bootstraponline
fbc0548b43
Add --show-all
...
--show-all will show all files in file view (not just valid pages). Default is false.
2012-10-22 19:03:21 -06:00
bootstraponline
5400b4bfdd
Support inline and display math.
...
$$2^2$$
$2^2$
\\(2^2\\)
[2^2]
2012-10-21 17:15:09 -06:00
bootstraponline
7898db70ed
Auto load all MathJax extensions
...
Fix #549
2012-10-21 16:14:04 -06:00
bootstraponline
7c357116ff
Remove TeX
...
As discussed with @vmg
MathJax is available via a flag for those self hosting gollum
2012-10-18 23:36:05 -06:00
bootstraponline
f1c523aa30
Release 2.2.9
2012-10-14 22:26:17 -06:00
bootstraponline
87c08f5613
Escape " in headers
2012-10-14 22:21:00 -06:00
bootstraponline
2ad743e4bd
Release 2.2.8
2012-10-14 21:28:43 -06:00
bootstraponline
1b952b6d56
Release 2.2.7
2012-10-14 17:24:33 -06:00
bootstraponline
90cc512bd1
Fix home loop with page-file-dir #491
2012-10-14 15:45:26 -06:00
bootstraponline
b82556c9c0
Fix #460
2012-10-14 15:42:06 -06:00
bootstraponline
fbe3b4bb3b
Fix #460
2012-10-14 15:23:52 -06:00
bootstraponline
5ffd98ad31
Fix #491
2012-10-14 15:15:55 -06:00
bootstraponline
23454f556c
Release 2.2.6
2012-10-14 13:14:08 -06:00
bootstraponline
aed4cc590a
Fix unicode characters
...
Fix #547
Update test
2012-10-14 12:21:31 -06:00
bootstraponline
72ee08b5ab
Release 2.2.5
2012-10-14 11:21:56 -06:00
bootstraponline
45547624e4
Improve tilde fence support
...
More than 3 tildes can be used. The code block must end with the same amount of tildes used to open the code block.
Fix #537
http://johnmacfarlane.net/pandoc/README.html#delimited-code-blocks
2012-10-14 11:02:45 -06:00
bootstraponline
988984846a
Release 2.2.4
2012-10-13 20:01:57 -06:00
bootstraponline
1149618653
Fix #537
2012-10-13 19:53:41 -06:00
bootstraponline
6a765c9791
Fix #537
2012-10-13 14:52:28 -06:00
bootstraponline
56101ed264
Fix #535 and add test
2012-10-13 13:32:08 -06:00
bootstraponline
118a0c318b
Update comment
2012-10-13 13:06:15 -06:00
bootstraponline
5401cf2910
Fix #542
2012-10-13 13:04:51 -06:00
bootstraponline
432f9b8d2f
Add test for #542
2012-10-13 12:57:58 -06:00
bootstraponline
66fc8a2d31
Revert "Fix #542 "
...
This reverts commit 2f3dd3d227 .
2012-10-13 12:55:43 -06:00
bootstraponline
2f3dd3d227
Fix #542
...
Page link may contain duplicate starting forward slashes.
//page points to http://page/ when what we want is
/page pointing to http://localhost:1234/page
2012-10-13 09:53:25 -06:00
bootstraponline
c43fd9fa6c
Update language comment
2012-10-12 21:19:24 -06:00
bootstraponline
868518e0f5
Bash is Ace mode sh
2012-10-12 20:58:05 -06:00
bootstraponline
dcb147cde2
Ensure declaredLanguage is lower case
2012-10-10 20:20:33 -06:00
bootstraponline
8d06b5e67e
Fix pygments language to Ace mode translation
2012-10-10 20:16:04 -06:00
bootstraponline
58bb340c33
Release 2.2.3
2012-10-10 19:43:30 -06:00
Walter Smith
d98547a33c
Fix lack of CoffeeScript livepreview
...
Pygments calls it coffeescript, but Ace calls it coffee.
2012-10-10 14:20:50 -07:00
Walter Smith
b7cdeabbf6
Catch all Pygments errors
...
An unrecognized language was generating a MentosError rather than a
PythonError. Just catch anything that goes wrong in Pygments.
2012-10-10 14:20:50 -07:00
bootstraponline
be9907a0cc
v2.2.2
2012-10-04 18:17:24 -06:00
bootstraponline
30f42c50a9
Fix #528
2012-10-04 17:18:47 -06:00
bootstraponline
e1942dda03
Merge pull request #513 from bootstraponline/embed_code
...
Embed code. #508 .
2012-10-01 22:36:25 -07:00