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
bootstraponline
05c4bf3374
Add local file support.
...
Example of absolute path to local file.
```html:/home```
Example of relative path to local file.
```html:home```
1.8.7 string fix. 's'[0..0] instead of 's'[0]
Fix regex.
Add absolute and relative tests.
2012-09-25 23:31:58 -06:00
bootstraponline
424b4d3f4e
Remove debug statements.
2012-09-25 23:31:25 -06:00
bootstraponline
f9a6187fab
Fix undefined method `[]' for nil:NilClass
2012-09-25 23:31:08 -06:00
Henrik
d406472882
1.8.7 fixes
2012-09-25 23:29:11 -06:00
Henrik
749b5a5ff8
Adding functionality for fetching code from github
...
hack for 1.8.7
Don't miss test_markup's relative require
need some food now
2012-09-25 23:29:08 -06:00
Keith Duncan
7dee787a92
Add documentation for where the commit_message parameters are passed and where they're source from
2012-09-16 15:59:49 +01:00
Keith Duncan
ae4b1cdeca
Add support for author parameters coming in from the session, to be set by rack middleware further up the stack
2012-09-15 21:06:08 +01:00
bootstraponline
572982cbf9
Use a professional right left button.
2012-09-09 21:11:16 -06:00
bootstraponline
847f08d952
Use block form of gsub to avoid regexp backref interpolation
...
The content of this commit message is from @kislyuk's comments on the below two issues.
Fix #383
Fix #511
`gsub!(pattern, replacement) interpolates` regexp backreferences
`gsub!(pattern) do block` doesn't
http://stackoverflow.com/questions/2082457/ruby-gsub-problem-when-using-backreference-and-hashes
2012-09-09 12:22:56 -06:00
bootstraponline
0cf0fad50e
Finish removing MathJax from Live Preview.
2012-09-02 15:27:32 -06:00
Vicent Marti
a7a2479f85
Release 2.2.1
2012-09-02 22:43:50 +02:00
Vicent Marti
a8b230a490
Properly escape TeX data.
2012-09-02 22:27:04 +02:00
Vicent Marti
1c475f3215
Release 2.2.0
2012-09-01 12:24:17 +02:00
Vicent Marti
ab699d94b0
Do not render LaTeX locally
...
Offload the rendering service to MathTran.org, the free and open-source
LaTeX rendering engine.
2012-09-01 12:23:02 +02:00
bootstraponline
97f15f0b18
Add edit hotkey. #496
2012-08-30 21:07:57 -06:00
bootstraponline
ed49358c50
Add h1-3 shortcuts. #496
2012-08-30 20:54:20 -06:00
bootstraponline
85eeecd140
Add save hotkey.
2012-08-30 20:48:44 -06:00
bootstraponline
30fd40fbe5
Fix #498
...
Ruby 1.8.7 and ri can't deal with <!-- appearing in documentation.
Please upgrade to the latest Ruby if you're able to.
2012-08-30 20:29:53 -06:00
bootstraponline
2ed262cacd
v2.1.9
2012-08-30 20:12:28 -06:00
bootstraponline
dd604d9942
Fix #498
2012-08-30 19:57:20 -06:00
bootstraponline
85abc83427
v2.1.8
2012-08-30 19:41:54 -06:00
bootstraponline
6d8220629c
Fix #500
2012-08-30 19:37:57 -06:00
bootstraponline
6ff7ada096
Fix #495
2012-08-30 18:31:35 -03:00
bootstraponline
8575049de5
Update get /data
...
Remove leading slash from page
Fix edge case with path set to '/'
2012-08-30 11:40:07 -03:00
bootstraponline
bb6fb0c253
pathName is undefined when not found instead of 0
2012-08-30 11:18:02 -03:00
bootstraponline
eb2ad9f840
Fix path
...
.key now returns undefined on failure so path can be 0.
If path is undefined then use an empty string.
2012-08-30 11:14:24 -03:00
bootstraponline
d0dd23fc11
Fix path
2012-08-30 11:09:44 -03:00