This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mechaimmensewarfare.com/public_html/package.json
T
Ratstail91 06bb8b8ed0 Hid TOC on desktops & tablets, read more
* I switched the markdown engine to markdown-it.
* I used a plugin from the new engine called markdown-it-container to generate a div tag around the TOC
* Configured the plugin to generate the classname mobileOnly
* Recreated semantic's mobile only option using CSS.
2017-03-22 20:07:55 +11:00

17 lines
329 B
JSON

{
"name": "public_html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"markdown-it": "^8.3.1",
"markdown-it-container": "^2.0.0",
"markdown-toc": "^1.1.0"
}
}