Skip to content

PeterLawrence/redmine_jsequation_macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Equation Macros for Redmine

Installation

Put this repo in REDMINE_ROOT/vendor/plugins

To use all the features of this macro you'll need to patch lib/redmine/wiki_formatting.rb replace "MACROS_RE =" with the following.. MACROS_RE = / (!)? # escaping ( {{ # opening tag ([\w]+) # macro name (((.*?)))? # optional arguments }} # closing tag ) /xm unless const_defined?(:MACROS_RE)

Usage

{{jsmath(\sum_i c_i)}} or {{mathjax(\sum_i c_i)}}

About

Javascript equation macros for Redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages