This website works better with JavaScript.
Home
Explore
Help
Sign In
KSP
/
formatitko
Watch
35
Star
0
Fork
0
Code
Issues
17
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
7
Branches
0
Tags
1.1 MiB
Tree:
bc45937d8e
citace
error-handling
image-namespaces
jk-bakalarka
katex-socket
master
separate-katex-repo
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bc45937d8e'
${ noResults }
formatitko
/
katex-server
/
index.js
2 lines
62 B
Raw
Normal View
History
Started working on KaTeX integration.
2 years ago
console
.
log
(
require
(
'katex'
)
.
renderToString
(
'\\frac{2a}{b}'
)
)