asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Create extension for Chrome LivePreview to map LaTeX delimiters $ ... $ and \[ ... \] to Asciidoctors math delimiters #15

Open jxxcarlson opened 9 years ago

jxxcarlson commented 9 years ago

See @mojavelinux's tex-preprocessor extension. Perhaps this takes care of it? But it needs to be integrated into Chrome LivePreview

mojavelinux commented 9 years ago

tex-preprocessor extension. Perhaps this takes care of it?

Yep, that was the idea. We just need to clean it up and get it transpiled.