From 5400b4bfddd8ebe8699e8241b01b8457367afbe2 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 21 Oct 2012 17:10:50 -0600 Subject: [PATCH] Support inline and display math. $$2^2$$ $2^2$ \\(2^2\\) [2^2] --- gollum.gemspec | 2 +- lib/gollum.rb | 2 +- lib/gollum/frontend/templates/layout.mustache | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gollum.gemspec b/gollum.gemspec index e89b42f7..f3ddff8f 100644 --- a/gollum.gemspec +++ b/gollum.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 1.8.7" s.name = 'gollum' - s.version = '2.3.0' + s.version = '2.3.1' s.date = '2012-10-21' s.rubyforge_project = 'gollum' diff --git a/lib/gollum.rb b/lib/gollum.rb index 449f801c..264e3f54 100644 --- a/lib/gollum.rb +++ b/lib/gollum.rb @@ -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__)) diff --git a/lib/gollum/frontend/templates/layout.mustache b/lib/gollum/frontend/templates/layout.mustache index 47bee487..05efa0a4 100644 --- a/lib/gollum/frontend/templates/layout.mustache +++ b/lib/gollum/frontend/templates/layout.mustache @@ -20,7 +20,13 @@ {{#mathjax}}