renovate[bot]
f0671f02fb
chore(deps): update dependency netlify to v8.0.2 ( #3327 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 09:51:03 +00:00
renovate[bot]
bed6260759
chore(deps): update dependency netlify to v8.0.1 ( #3278 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-24 17:09:26 +00:00
ylemkimon
ed54a62665
chore(deps): update Yarn to 3.0.0 ( #3156 )
...
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-08-26 12:18:10 -04:00
renovate[bot]
eac861c830
chore(deps): update dependency netlify to v8 ( #3138 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-07 10:13:46 +09:00
renovate[bot]
85687f992f
chore(deps): update dependency fs-extra to v10 ( #2995 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-14 21:05:42 +00:00
renovate[bot]
71b4860134
chore(deps): update dependency netlify to v6.1.29 ( #3000 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-14 17:32:53 +00:00
renovate[bot]
74e4d3b362
chore(deps): update dependency netlify to v6.1.24 ( #2978 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-03 11:13:15 +00:00
renovate[bot]
02f4ff500f
chore(deps): update dependency netlify to v6.1.20 ( #2955 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-24 15:36:53 +00:00
renovate[bot]
d04824c3dc
chore(deps): update dependency netlify to v6.1.18 ( #2936 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-17 16:51:56 +00:00
ylemkimon
fde467d655
docs(website): update 404 page ( #2908 )
2021-04-06 22:56:26 +00:00
ylemkimon
b45b3aa5ec
build(website): fix build script for Netlify ( #2901 )
2021-04-06 17:51:58 +00:00
ylemkimon
3568cb9c99
build: use semantic-release to automate release ( #2830 )
...
* Link to previous deploys of releases instead of versioned docs
* Use semantic-release to automate release
* Use an environment for release job
* Run release only on push event
2021-03-22 15:30:57 +09:00
renovate[bot]
381abb9bdb
chore(deps): update dependency docusaurus to v1.14.7 ( #2836 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-12 22:41:38 +00:00
Mohammad Rahmani
84efd93357
docs: Tamasha app was added to KaTex users list ( #2825 )
...
Tamasha app was added to KaTex users list
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org >
2021-03-08 22:32:56 -05:00
Kevin Barabash
c80017ba08
Release v0.13.0 ( #2824 )
2021-03-08 21:58:35 -05:00
Jeremy Ruston
7ea23925f9
docs: Add TiddlyWiki to list of users ( #2765 )
...
* Website: Add TiddlyWiki to list of users
* doc: Add TiddlyWiki to list of users
2021-03-07 21:45:23 +00:00
Erik Demaine
47cfea212c
docs: Fix fallback CSS classes ( #2809 )
...
Co-authored-by: Ron Kok <ronkok@comcast.net >
2021-03-01 09:44:27 -08:00
renovate[bot]
98a336c2cf
chore(deps): update dependency fs-extra to v9.1.0 ( #2748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-01-22 20:08:29 +00:00
Kimura Tomoki
e7bd3f5b4a
docs: add new user link ( #2597 )
...
* add MathWills logo
* add MathWiIls link
* Update siteConfig.js
Co-authored-by: ylemkimon <y@ylem.kim >
2020-11-15 12:03:18 +09:00
Antonio J. Molina Lovett
ebd86b90c4
fix: typo in example on homepage ( #2577 )
...
introduced in #2085 : https://github.com/KaTeX/KaTeX/pull/2085/files#diff-d351bc0c29817ef51ebb3022b15c0704L67
Co-authored-by: ylemkimon <y@ylem.kim >
2020-11-14 15:34:50 +09:00
renovate[bot]
bb7da7e9e0
chore(deps): update dependency react to v16.14.0 ( #2598 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-10-17 22:57:52 +00:00
Ron Kok
5bdc960c87
docs: Update \operatorname in supported_table.md 0.12.0 ( #2571 )
...
* Update \operatorname in supported_table.md 0.12.0
2020-10-11 17:21:21 +09:00
renovate[bot]
c1dfdd8556
chore(deps): lock file maintenance ( #2507 )
...
* chore(deps): lock file maintenance
[skip netlify]
* chore(deps): lock file maintenance
* style: fix stylelint errors
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: ylemkimon <mail@ylem.kim >
2020-09-12 12:40:56 +09:00
ylemkimon
dc5f97aaa2
feat(macro): improve argument parsing ( #2085 )
...
* Improve macro argument parsing
* Make \above a primitive command
* Fix screenshotter data
* Normalize argument where necessary
* Improve argument location info
* Update comments
* Minor refactor
* Modularize group parsers
* Allow braced and blank size argument
for non-strict mode and \genfrac, respectively.
* Minor refactor & update comments
* Remove raw option in parseStringGroup
* Update tests
* Fix { delimited parameter
* Update tests
* Update tests
* Normalize argument in \genfrac
* Update tests
* Consume space before scanning an optional argument
* Fix \\, \newline, and \cr behavior
* Fix flow error
* Update comments
* Remove unnecessary mode switching
Parser mode affects neither fetch nor consume.
* Allow single (active) character macro
* Add function property `primitive`
* Set \mathchoice and \*style primitive
* Separate size-related improvements out to #2139
* Fix flow error
* Update screenshots
* Update demo example
* Add a migration guide
* Fix capitalization
* Make a primitive function unexpandable
* Update screenshots
* Update screenshots
* Revert "Document \def doesn't support delimiters (#2288 ) (#2289 )"
This reverts commit f96fba6f7f
.
* Update comments, errors, and tests
* Update screenshots
2020-09-06 12:56:13 +09:00
ylemkimon
8578d74f82
docs: update Gastby logo and link ( #2481 )
2020-09-02 15:10:44 -04:00
Wolf Oliver
e6f07cf579
docs: add MonsterWriter to the users page ( #2478 )
2020-09-03 03:56:46 +09:00
dependabot[bot]
4611aa604a
build(deps-dev): bump docusaurus from 1.14.4 to 1.14.6 in /website ( #2432 )
2020-08-17 05:05:06 +00:00
ylemkimon
981e3ee0eb
docs: add link to Discussions ( #2405 )
...
* Add link to Discussions in issue template chooser
* Add link to discussion to website footer
* Add Discussions badge to README
* Add link to discussion to CONTRIBUTING.md
2020-08-12 12:17:40 +09:00
ylemkimon
f97c5454f8
chore: migrate to Yarn 2 ( #2316 )
...
* chore: migrate to Yarn 2
* Update config.yml
2020-08-03 18:24:56 +09:00
Ron Kok
e3c01376c8
Enable a MathML option in the KaTeX demo. ( #2371 )
...
* Enable a MathML option in the KaTeX demo.
* Add `output` to `katexOptions`
2020-08-03 02:57:19 +09:00
Sven Frotscher
b75f3e55f3
docs: add Marker as a KaTeX user ( #2329 )
...
Co-authored-by: ylemkimon <mail@ylem.kim >
2020-07-26 03:58:21 +09:00
ylemkimon
8a24907518
build(deps): update dependencies ( #2301 )
...
* Bump flow version
* Bump jest version
* Bump eslint version
* Bump rollup version
* Bump webpack version
* Bump misc dependencies and update lockfile
* Update lockfile
* Bump commander version
* Bump misc dependencies
* Bump istanbul version
* Bump docusaurus version
* Update lockfile
* Explicitly declare dependencies
* Bump caniuse-lite version
* Update lockfile
* Bump commander version
* Bump webpack and css-loader version
* Bump flow version
2020-07-25 11:38:29 -07:00
ylemkimon
c387b9c747
v0.12.0 release ( #2302 )
...
* Release v0.12.0
Bump master to v0.12.1-pre
* Update CHANGELOG
* Uncomment ES module documentation
* Update CHANGELOG.md
Co-authored-by: Erik Demaine <edemaine@mit.edu >
* Update CHANGELOG.md
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2020-07-13 05:46:01 +09:00
Erik Demaine
b027dca926
Restore trust/strict options to remarkable-katex plugin ( #2295 )
...
Fix a mistake introduced in #2280
2020-07-12 02:56:26 +09:00
Erik Demaine
5a9d146add
Link to Netlify on front page ( #2294 )
2020-07-11 13:03:05 -04:00
Qcho
507d8f7e32
Add detail about colorbox third text parameter ( #2280 )
...
* Add detail about colorbox third text parameter
As stated in issue #1766
* Change colorbox example to use math
* Upgrade remarkable-katex to 1.1.5
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2020-07-10 08:34:28 -07:00
Emily Eisenberg
f2886af6de
Update API language on auto-render script ( #2279 )
...
I noticed that the docs said there were "two auto-render-specific
keys" and then proceeded to list 5 extra keys that could be passed. I
updated the language in all of the versions of docs because they were
all incorrect.
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2020-07-08 15:53:35 -04:00
Fabio Spampinato
c2e5a289c0
Updated Notable's domain address ( #2263 )
2020-05-30 14:42:07 -04:00
Sophie Alpert
f09955c547
Fix grammar error in tagline ( #2231 )
2020-04-05 12:32:09 -04:00
ylemkimon
e5333ad04d
Add HTML extension ( #2082 )
...
* Add html extension
* Fix flow error
* Update documentation
* Add tests
* Call buildA11yStrings for "html" node
* Throw ParseError when parsing \htmlData fails
* Improve documentation
* Add a screenshotter test
* Add dummy screenshot
* Update screenshots
2019-12-01 17:49:28 -05:00
ylemkimon
b14197d9c9
Update LICENSE and website to acknowledge individual copyrights as well ( #2106 )
...
* Update LICENSE to acknowledge individual copyrights as well
* Update copyright year
* Update website to acknowledge individual copyrights as well
* Update LICENSE
* Update siteConfig.js
2019-11-01 12:25:41 -04:00
ylemkimon
634b4e2ae4
Add 'trust' setting to demo ( #2107 )
...
Ask if enabling 'trust' from the permalink
2019-10-02 21:06:53 -04:00
Fabio Spampinato
7093b0ce39
Notable: update ( #2108 )
...
* Added “Notable” to the list of users
* Added missing trailing comma
* alphabetize the new entry
* Notable: updated icon and website url
2019-09-29 13:07:47 +09:00
Fabio Spampinato
ad4a8778ae
Added “Notable” to the list of users ( #2086 )
...
* Added “Notable” to the list of users
* Added missing trailing comma
* alphabetize the new entry
2019-09-22 15:11:19 -04:00
Michael Polyak
f03671ce61
Release v0.11.1 ( #2098 )
...
* Release v0.11.1
Bump master to v0.12.0-pre
* Update CHANGELOG.md for v0.11.1-release
* Update CHANGELOG.md with Changes section for v0.11.1-release
2019-09-18 08:40:01 -04:00
Kevin Barabash
1da7ef2210
Release v0.11.0 ( #2071 )
...
* Release v0.11.0
Bump master to v0.12.0-pre
* update CHANGELOG.md
* minor editors to CHANGELOG.md
2019-08-12 21:51:13 -04:00
Erik Demaine
d82d09bebd
Suggest <!DOCTYPE html> in documentation ( #2052 )
...
* Suggest <!DOCTYPE html> in documentation
Inspired by #2047
* Add starter template
* Mention <iframe>s
* Set default docs page to Browser
2019-07-24 23:17:41 +09:00
Erik Demaine
285c9fe0b6
Re includegraphics ( #2053 )
...
* Re-enable \includegraphics now that we have trust setting
This reverts commit 5806b240b3
.
* Include Khan Academy test logo in repo and use in test (fix #1892 )
* Update screenshots
* Update documentation
* Add tests, cleanup existing tests
* Update snapshots
* Enable trust testing (trust=true by default)
2019-07-22 00:15:29 +09:00
Erik Demaine
3800dc49c1
[breaking] trust setting to indicate whether input text is trusted ( #1794 )
...
* trust option to indicate whether input text is trusted
* Revamp into trust contexts beyond just command
* Document new trust function style
* Fix screenshot testing
* Use trust setting in \url and \href
* Check `isTrusted` in `\url` and `\href` (so now disabled by default)
* Automatically compute `protocol` from `url` in `isTrusted`, so it
doesn't need to be passed into every context.
* Document untrusted features in support list/table
* Existing tests trust by default
* remove allowedProtocols and fix flow errors
* remove 'allowedProtocols' from documentation
* add a comment about a flow error, rename urlToProtocol to protocolFromUrl
* add tests test that use function version of trust option
* default trust to false in MathML tests
* fix test title, remove 'trust: false' from test settings since it's the default
2019-07-08 21:57:23 -04:00
Tonton Pixel
39da3f5119
Add "Tutti Quanti Shelf" app ( #1997 )
...
* Add "Tutti Quanti Shelf" app
Utilities making use of the KaTeX library have been split between the original app "Vade Mecum Shelf" ("Trigonometric Formulas" utility) and the new app "Tutti Quanti Shelf" ("LaTeX Math Renderer" utility)...
* Link to new app icon
* Update siteConfig.js
* Update siteConfig.js
Fixed image path
2019-06-16 18:08:37 -04:00