Skip to content

Commit

Permalink
Drop CodeMirror v3 demo, only include current v4.
Browse files Browse the repository at this point in the history
Switch to new official codemirror repo.
  • Loading branch information
cben committed Sep 23, 2014
1 parent d70d3bc commit b2d1195
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 120 deletions.
9 changes: 4 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[submodule "CodeMirror"]
path = CodeMirror
url = https://github.com/marijnh/CodeMirror
branch = v3
[submodule "CodeMirror-v4"]
path = CodeMirror-v4
url = https://github.com/marijnh/CodeMirror
url = https://github.com/codemirror/CodeMirror
branch = master
[submodule "KaTeX"]
path = KaTeX
url = https://github.com/Khan/KaTeX
2 changes: 1 addition & 1 deletion CodeMirror
1 change: 0 additions & 1 deletion CodeMirror-v4
Submodule CodeMirror-v4 deleted from a97d43
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Attempt at CodeMirror + in-place MathJax

Experimenting to replace $math$ with formulas in CodeMirror.
Experimenting to replace $math$ (and related LaTeX syntaxes) with formulas in CodeMirror.
Buggy and work-in-progress...

Mostly tested with recend CodeMirror 4.x versions but probably works with any 3.x too (open a bug if not).

## Demo

- CodeMirror v3: http://cben.github.io/CodeMirror-MathJax/demo.html
- CodeMirror v4: http://cben.github.io/CodeMirror-MathJax/demo-v4.html
http://cben.github.io/CodeMirror-MathJax/demo.html

If you just want to use this for writing, check out [mathdown.net](http://mathdown.net) powered by https://github.com/cben/mathdown.

Expand Down
110 changes: 0 additions & 110 deletions demo-v4.html

This file was deleted.

0 comments on commit b2d1195

Please sign in to comment.