Support inline and display math.

$$2^2$$

$2^2$

\\(2^2\\)

[2^2]
This commit is contained in:
bootstraponline
2012-10-21 17:10:50 -06:00
parent f68bebe0f6
commit 5400b4bfdd
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
module Gollum
VERSION = '2.3.0'
VERSION = '2.3.1'
def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))