This project is not maintained anymore and is archived. Feel free to fork and make your own changes if needed.
๐ณ Docker image to build the javascript SyntaxHighlighter plugin.
If you are interested, check out my other Docker images!
๐ก Want to be notified of new releases? Check out ๐ Diun (Docker Image Update Notifier) project!
The default Docker command run.sh will build all official brushes and themes as well as custom ones from assets folder :
$ docker run -it --rm \
-v "$(pwd)/sxh:/syntaxhighlighter/dist" \
crazymax/syntaxhighlighter:latest
You can also use the official building instructions commands with gulp
to customize your build :
$ docker run -it --rm \
-v "$(pwd)/sxh:/syntaxhighlighter/dist" \
crazymax/syntaxhighlighter:latest
gulp --help
You can build this image yourself if you want :
$ docker build -t sxh -f ./Dockerfile .
$ docker run -it --rm \
-v "$(pwd)/sxh:/syntaxhighlighter/dist" \
sxh
All kinds of contributions are welcome ๐! The most basic way to show your support is to star ๐ the project, or to raise issues ๐ฌ You can also support this project by becoming a sponsor on GitHub ๐ or by making a Paypal donation to ensure this journey continues indefinitely! ๐
Thanks again for your support, it is much appreciated! ๐
MIT. See LICENSE
for more details.