* Remove GitHub Pages publish script
* Redirect katex.netlify.com to katex.org
* Redirect function-support using _redirects
* Redirect docs to the first documentation and docs/en/ to docs/
* Include HSTS includeSubDomains and preload directive
* Cache static image assets
* Update Khan Academy logo
* Remove original logo
* Remove unused SVG attributes
* Replace the main page logo with monochromatic (white) version
* Remove effects from the logo in the footer
* Improve demo (REPL, sandbox) on the main page
* Update button label
* Update textarea styles
* Change input event listeners to change
* Stack editor/render views vertically
* Add animation to options panel
* Open options panel and maximize view when hash is `demo`
* Fix clipboard text building
* Add -ms prefix to flex-direction
* Set width for [type="color"]
* Add macro example to the demo
* Partial list of KaTeX users
Fix#305 (though work should be ongoing) by incorporating users
from that issue. Also render project names.
* Ordering and link fixes
* Add more projects, allow non-square images
* Bug fix
* Implement comments
* Remove Bokeh
* Switch Gradescope logo, fix layout for small screens
* Implement @ylemkimon's comments
* Add expii logo
* Avoid master link
* Add credits to the KaTeX team and contributors
* Remove Team
* Update link to contributors in main page, add license information
* Add license information to footer
* Added project: Vade Mecum Shelf
Vade Mecum Shelf is a collection of utilities wrapped into one single app, built with Electron.
Two utilities are making use of KaTeX:
- LaTeX Math Renderer
- Trigonometric Formulas
* fix lint
* Change `npm run` to `yarn`
* Export `commander` program if required as module
* Move `prestart` (cli.md generation) to build.js
* Normalize script names
* Change `yarn prestart` to `node lib/build.js`
* Use local built CSS and fonts
* Move stylesheet after the first paragraph
* Remove prestart script
* Sync support pages
* Use KaTeX logo for \href example
* mobile support
* Unit block sizes
* Add texvc to supported.md
* Fix CSS lint errors
* Added suggested braces to demo page
* Pick up review comments
* Move \allowbreak
* Add version selection page
* Update the CDN urls in the documentation
* Generate new version and publish documentation in release script
* Update CDN urls when NEXT_VERSION is not provided
* Remove bower-related from release script
* Improve instructions running on the release branch
and without next version
* Add a suffix to the branch name
* Update CSS stylesheet replacement
* Update release.sh
* Change npm to Yarn
* Fix calling `version` script
* Run `prestart` in `version`
* Wrap `Latest Version` descriptions with p tag
* Explicitly specify files to commit in the website
* website/docs: initial commit
* Change secondaryColor
* Fix index.css not being copied and included on global stylesheet
* Fix stylesheet link
[skip ci]
* Change documentation link to API(Usage)
[skip ci]
* Add `Libraries` in usage
[skip ci]
* Remove documentation from `README.md` and add link to the site
[skip ci]
* Use KaTeX in the parent directory to build Markdown
[skip ci]
* Revise function support page. Avoid error msgs.
* General edit to function support page