Module: Mathjax::Rails::ViewHelpers
- Defined in:
- lib/mathjax/rails/helpers.rb
Instance Method Summary collapse
Instance Method Details
#mathjax_tag(opt = {}) ⇒ Object
4 5 6 7 |
# File 'lib/mathjax/rails/helpers.rb', line 4 def mathjax_tag(opt={}) opt[:component] ||= 'tex-chtml-full.js' "<script src=\"#{mathjax_path(:uri => opt[:component])}\" type=\"text/javascript\"></script>".html_safe end |