From 7ca6f51b9a22846430aea27e19a585a83e454533 Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Thu, 23 Aug 2018 02:42:24 +0900 Subject: [PATCH] Release v0.10.0-rc.1 (#1654) Bump master to v0.10.0-pre --- README.md | 8 +++--- contrib/copy-tex/README.md | 4 +-- contrib/mathtex-script-type/README.md | 8 +++--- docs/autorender.md | 12 ++++----- docs/browser.md | 14 +++++------ website/pages/index.html | 12 ++++----- .../api.md | 2 +- .../autorender.md | 14 +++++------ .../browser.md | 16 ++++++------ .../cli.md | 2 +- .../error.md | 2 +- .../font.md | 2 +- .../issues.md | 2 +- .../libs.md | 2 +- .../node.md | 2 +- .../options.md | 2 +- .../security.md | 2 +- .../support_table.md | 4 +-- .../supported.md | 4 +-- .../version-0.10.0-rc-sidebars.json | 25 ------------------- .../version-0.10.0-rc.1-sidebars.json | 25 +++++++++++++++++++ website/versions.json | 2 +- 22 files changed, 83 insertions(+), 83 deletions(-) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/api.md (97%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/autorender.md (74%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/browser.md (73%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/cli.md (98%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/error.md (97%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/font.md (99%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/issues.md (97%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/libs.md (98%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/node.md (95%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/options.md (99%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/security.md (95%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/support_table.md (99%) rename website/versioned_docs/{version-0.10.0-rc => version-0.10.0-rc.1}/supported.md (99%) delete mode 100644 website/versioned_sidebars/version-0.10.0-rc-sidebars.json create mode 100644 website/versioned_sidebars/version-0.10.0-rc.1-sidebars.json diff --git a/README.md b/README.md index 43aaadc4..00287de5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/Khan/KaTeX/branch/master/graph/badge.svg)](https://codecov.io/gh/Khan/KaTeX) [![Join the chat at https://gitter.im/Khan/KaTeX](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Greenkeeper badge](https://badges.greenkeeper.io/Khan/KaTeX.svg)](https://greenkeeper.io/) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/katex/badge?style=rounded)](https://www.jsdelivr.com/package/npm/katex) -![](https://img.badgesize.io/Khan/KaTeX/v0.10.0-rc/dist/katex.min.js?compression=gzip) +![](https://img.badgesize.io/Khan/KaTeX/v0.10.0-rc.1/dist/katex.min.js?compression=gzip) KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web. @@ -28,13 +28,13 @@ Try out KaTeX [on the demo page](https://khan.github.io/KaTeX/#demo)! - + - + - ... diff --git a/contrib/copy-tex/README.md b/contrib/copy-tex/README.md index bbf62ed5..80c527f0 100644 --- a/contrib/copy-tex/README.md +++ b/contrib/copy-tex/README.md @@ -21,8 +21,8 @@ provided by this extension). Without this CSS, partially selected equations will just get the usual HTML copy/paste behavior. ```html - - + + ``` See [index.html](index.html) for an example. diff --git a/contrib/mathtex-script-type/README.md b/contrib/mathtex-script-type/README.md index 846117a7..fe7ab5d0 100644 --- a/contrib/mathtex-script-type/README.md +++ b/contrib/mathtex-script-type/README.md @@ -12,7 +12,7 @@ Load the extension by adding the following line to your HTML file. This extension should be loaded *after* all `script type=math/tex` blocks that you want to render. ```html - + ``` Note that if the URL above contains `...` in-place of a version string, then this script has not yet been deployed to the CDN. @@ -25,12 +25,12 @@ After we're done writing `math/tex` scripts, we load this extension. ```html - - + + - + ``` diff --git a/docs/autorender.md b/docs/autorender.md index 33b905de..4090985f 100644 --- a/docs/autorender.md +++ b/docs/autorender.md @@ -12,9 +12,9 @@ This extension isn't part of KaTeX proper, so the script needs to be included using a CDN: ```html - - - + ``` @@ -31,9 +31,9 @@ want to use a `defer` or `onload` attribute. For example: ```html - - - + + + + + ``` KaTeX also provides minified versions: ```html - - + + ``` > The loading of scripts are [deferred using `defer` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes) @@ -40,11 +40,11 @@ ECMAScript module is also available: ```html - - + + ``` > Use [`nomodule` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes) diff --git a/website/pages/index.html b/website/pages/index.html index 930fbcba..d608769d 100644 --- a/website/pages/index.html +++ b/website/pages/index.html @@ -16,17 +16,17 @@ - - - - + + + + - + - + diff --git a/website/versioned_docs/version-0.10.0-rc/api.md b/website/versioned_docs/version-0.10.0-rc.1/api.md similarity index 97% rename from website/versioned_docs/version-0.10.0-rc/api.md rename to website/versioned_docs/version-0.10.0-rc.1/api.md index e3e793bd..9e835267 100644 --- a/website/versioned_docs/version-0.10.0-rc/api.md +++ b/website/versioned_docs/version-0.10.0-rc.1/api.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-api +id: version-0.10.0-rc.1-api title: API original_id: api --- diff --git a/website/versioned_docs/version-0.10.0-rc/autorender.md b/website/versioned_docs/version-0.10.0-rc.1/autorender.md similarity index 74% rename from website/versioned_docs/version-0.10.0-rc/autorender.md rename to website/versioned_docs/version-0.10.0-rc.1/autorender.md index fd7aa693..2882f842 100644 --- a/website/versioned_docs/version-0.10.0-rc/autorender.md +++ b/website/versioned_docs/version-0.10.0-rc.1/autorender.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-autorender +id: version-0.10.0-rc.1-autorender title: Auto-render Extension original_id: autorender --- @@ -13,9 +13,9 @@ This extension isn't part of KaTeX proper, so the script needs to be included using a CDN: ```html - - - + ``` @@ -32,9 +32,9 @@ want to use a `defer` or `onload` attribute. For example: ```html - - - + + + + + ``` KaTeX also provides minified versions: ```html - - + + ``` > The loading of scripts are [deferred using `defer` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes) @@ -41,11 +41,11 @@ ECMAScript module is also available: ```html - - + + ``` > Use [`nomodule` attribute](https://developer.mozilla.org/en/HTML/Element/script#Attributes) diff --git a/website/versioned_docs/version-0.10.0-rc/cli.md b/website/versioned_docs/version-0.10.0-rc.1/cli.md similarity index 98% rename from website/versioned_docs/version-0.10.0-rc/cli.md rename to website/versioned_docs/version-0.10.0-rc.1/cli.md index 43206bec..3affa065 100644 --- a/website/versioned_docs/version-0.10.0-rc/cli.md +++ b/website/versioned_docs/version-0.10.0-rc.1/cli.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-cli +id: version-0.10.0-rc.1-cli title: CLI original_id: cli --- diff --git a/website/versioned_docs/version-0.10.0-rc/error.md b/website/versioned_docs/version-0.10.0-rc.1/error.md similarity index 97% rename from website/versioned_docs/version-0.10.0-rc/error.md rename to website/versioned_docs/version-0.10.0-rc.1/error.md index 9ac9f907..884918f8 100644 --- a/website/versioned_docs/version-0.10.0-rc/error.md +++ b/website/versioned_docs/version-0.10.0-rc.1/error.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-error +id: version-0.10.0-rc.1-error title: Handling Errors original_id: error --- diff --git a/website/versioned_docs/version-0.10.0-rc/font.md b/website/versioned_docs/version-0.10.0-rc.1/font.md similarity index 99% rename from website/versioned_docs/version-0.10.0-rc/font.md rename to website/versioned_docs/version-0.10.0-rc.1/font.md index a5fd54e9..7f8c0f79 100644 --- a/website/versioned_docs/version-0.10.0-rc/font.md +++ b/website/versioned_docs/version-0.10.0-rc.1/font.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-font +id: version-0.10.0-rc.1-font title: Font original_id: font --- diff --git a/website/versioned_docs/version-0.10.0-rc/issues.md b/website/versioned_docs/version-0.10.0-rc.1/issues.md similarity index 97% rename from website/versioned_docs/version-0.10.0-rc/issues.md rename to website/versioned_docs/version-0.10.0-rc.1/issues.md index 5a0f5264..23f95d6a 100644 --- a/website/versioned_docs/version-0.10.0-rc/issues.md +++ b/website/versioned_docs/version-0.10.0-rc.1/issues.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-issues +id: version-0.10.0-rc.1-issues title: Common Issues original_id: issues --- diff --git a/website/versioned_docs/version-0.10.0-rc/libs.md b/website/versioned_docs/version-0.10.0-rc.1/libs.md similarity index 98% rename from website/versioned_docs/version-0.10.0-rc/libs.md rename to website/versioned_docs/version-0.10.0-rc.1/libs.md index 154da954..0307c242 100644 --- a/website/versioned_docs/version-0.10.0-rc/libs.md +++ b/website/versioned_docs/version-0.10.0-rc.1/libs.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-libs +id: version-0.10.0-rc.1-libs title: Extensions & Libraries original_id: libs --- diff --git a/website/versioned_docs/version-0.10.0-rc/node.md b/website/versioned_docs/version-0.10.0-rc.1/node.md similarity index 95% rename from website/versioned_docs/version-0.10.0-rc/node.md rename to website/versioned_docs/version-0.10.0-rc.1/node.md index 0ae12d22..8c3915f1 100644 --- a/website/versioned_docs/version-0.10.0-rc/node.md +++ b/website/versioned_docs/version-0.10.0-rc.1/node.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-node +id: version-0.10.0-rc.1-node title: Node.js original_id: node --- diff --git a/website/versioned_docs/version-0.10.0-rc/options.md b/website/versioned_docs/version-0.10.0-rc.1/options.md similarity index 99% rename from website/versioned_docs/version-0.10.0-rc/options.md rename to website/versioned_docs/version-0.10.0-rc.1/options.md index 48cbbe80..b610ff58 100644 --- a/website/versioned_docs/version-0.10.0-rc/options.md +++ b/website/versioned_docs/version-0.10.0-rc.1/options.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-options +id: version-0.10.0-rc.1-options title: Options original_id: options --- diff --git a/website/versioned_docs/version-0.10.0-rc/security.md b/website/versioned_docs/version-0.10.0-rc.1/security.md similarity index 95% rename from website/versioned_docs/version-0.10.0-rc/security.md rename to website/versioned_docs/version-0.10.0-rc.1/security.md index 84867702..ba40b13c 100644 --- a/website/versioned_docs/version-0.10.0-rc/security.md +++ b/website/versioned_docs/version-0.10.0-rc.1/security.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-security +id: version-0.10.0-rc.1-security title: Security original_id: security --- diff --git a/website/versioned_docs/version-0.10.0-rc/support_table.md b/website/versioned_docs/version-0.10.0-rc.1/support_table.md similarity index 99% rename from website/versioned_docs/version-0.10.0-rc/support_table.md rename to website/versioned_docs/version-0.10.0-rc.1/support_table.md index a8f1d32f..c023f979 100644 --- a/website/versioned_docs/version-0.10.0-rc/support_table.md +++ b/website/versioned_docs/version-0.10.0-rc.1/support_table.md @@ -1,5 +1,5 @@ --- -id: version-0.10.0-rc-support_table +id: version-0.10.0-rc.1-support_table title: Support Table original_id: support_table --- @@ -7,7 +7,7 @@ This is a list of TeX functions, sorted alphabetically. This list includes funct If you know the shape of a character, but not its name, [Detexify](http://detexify.kirelabs.org/classify.html) can help. - +