Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fork of markdown-it-katex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Postal Owl
Fork of markdown-it-katex
Commits
c5a0bbc5
Commit
c5a0bbc5
authored
9 years ago
by
Waylon Flinn
Browse files
Options
Downloads
Patches
Plain Diff
clarify usage
parent
2f0dd45d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-0
4 additions, 0 deletions
README.md
package.json
+1
-1
1 addition, 1 deletion
package.json
with
5 additions
and
1 deletion
README.md
+
4
−
0
View file @
c5a0bbc5
...
@@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown.
...
@@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown.
## Usage
## Usage
Install the plugin
```
```
npm install markdown-it-katex
npm install markdown-it-katex
```
```
Include it in your javascript
```
javascript
```
javascript
var
md
=
require
(
'
markdown-it
'
)(),
var
md
=
require
(
'
markdown-it
'
)(),
mk
=
require
(
'
markdown-it-katex
'
);
mk
=
require
(
'
markdown-it-katex
'
);
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
c5a0bbc5
{
{
"name"
:
"markdown-it-katex"
,
"name"
:
"markdown-it-katex"
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
2
"
,
"description"
:
"Easy KaTeX support for markdown-it "
,
"description"
:
"Easy KaTeX support for markdown-it "
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment