Skip to content

A GitBucket plugin for rendering Markdown file with MathJax.

License

Notifications You must be signed in to change notification settings

aadrian/gitbucket-mathjax-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-mathjax-plugin

Build Status

A GitBucket plugin for rendering Markdown file with MathJax.

Screenshot

screenshot

Install

  1. Download *.jar from Releases.
  2. Deploy it to GITBUCKET_HOME/plugins.
  3. Restart GitBucket.

Build from source

sbt clean package

The built package is located at target/scala-2.13/gitbucket-mathjax-plugin_2.13-{plugin-version}.jar.

sbt assembly

This makes the assembly package target/scala-2.13/gitbucket-mathjax-plugin-{plugin-version}.jar for deployment.

Note

MathJax and Markdown syntax conflict in some cases. You need to modify your .md file a little bit to solve it. It mentioned at issue. See also MathJax Doc. for more details.

Version

Plugin version GitBucket version
1.0.x 4.32.x -

About

A GitBucket plugin for rendering Markdown file with MathJax.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 97.5%
  • JavaScript 2.5%