Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
docsify-katex
Advanced tools
Add KaTeX support to your docsify project with just two lines of code in index.html
.
Add docsify-katex
CDN to your index.html
:
<script src="https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css" />
<script src="https://cdn.jsdelivr.net/npm/marked@3"></script>
<!-- CDN files for docsify-katex -->
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
<!-- or <script src="//cdn.jsdelivr.net/gh/upupming/docsify-katex@latest/dist/docsify-katex.js"></script> -->
Note:
gh/upupming/docsify-katex@latest/dist/docsify-katex.js
will always fetch the latest version of docsify-katex
on GitHub, you can use it when you want to try the latest dev features.Name | Website | Source code |
---|---|---|
docsify-katex documentation | upupming.site/docsify-katex/docs | upupming/docsify-katex/docs |
Firebook | yngtodd.github.io/firebook | yngtodd/firebook |
If you have an awesome project using docsify-katex
and want to share it with others, please leave it at this issue. I will add it here as soon as possible.
Making KaTeX work properly with docsify is a hard work, this repo is just a workaround. We used an extra marked
instance (version 3.x) to do the syntax parsing.
FAQs
KaTeX support for docsify
The npm package docsify-katex receives a total of 0 weekly downloads. As such, docsify-katex popularity was classified as not popular.
We found that docsify-katex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.