Skip to content

Commit 2855564

Browse files
committed
doc
1 parent cdb9297 commit 2855564

File tree

11 files changed

+325
-215
lines changed

11 files changed

+325
-215
lines changed
File renamed without changes.

docs/compute-engine/01-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ available by default to a `ComputeEngine` instance.
167167
| [Sets](/compute-engine/reference/sets/) | `Union` `Intersection` `EmptySet` `RealNumbers` `Integers` ... |
168168
| [Special Functions](/compute-engine/reference/special-functions/) | `Gamma` `Factorial`... |
169169
| [Statistics](/compute-engine/reference/statistics/) | `StandardDeviation` `Mean` `Erf`... |
170-
| [Styling](/compute-engine/reference/styling/) | `Delimiter` `Annotated`... |
170+
| [Strings and Text](/compute-engine/reference/strings/) | `Text` `Annotated`... |
171171
| [Trigonometry](/compute-engine/reference/trigonometry/) | `Pi` `Cos` `Sin` `Tan`... |
172172

173173
</div>

docs/compute-engine/50-math-json.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ A MathJSON expression is a combination of **numbers**, **symbols**, **strings**,
139139
```json example
140140
"x"
141141
"Pi"
142-
"🍎"
143-
"半径"
142+
{"sym": "🍎"}
143+
{"sym": "半径"}
144144
{"sym": "Pi", "wikidata": "Q167"}
145145
```
146146

@@ -302,7 +302,8 @@ A MathJSON **string** is either:
302302

303303
- an object literal with a `"str"` key
304304
- a [JSON string](https://tools.ietf.org/html/rfc7159#section-7) that starts and
305-
ends with **U+0027 `'` APOSTROPHE** .
305+
ends with **U+0027 `'` APOSTROPHE**.
306+
- a JSON string that is not an identifier shorthand or a number, that is a
306307

307308
MathJSON strings must be [well formed JSON strings](https://tc39.es/proposal-well-formed-stringify/), which means they must escape surrogate codepoints `U+D800` to `U+DFFF`, control characters `U+0000` to `U+001F`, and the characters **U+0022 `'` QUOTATION MARK** and **U+005C `\` REVERSE SOLIDUS** (backslash).
308309

@@ -865,7 +866,7 @@ The MathJSON Standard Library includes definitions for:
865866
| [Sets](/compute-engine/reference/sets/) | `Union` `Intersection` `EmptySet` `RealNumbers` `Integers` ... |
866867
| [Special Functions](/compute-engine/reference/special-functions/) | `Gamma` `Factorial`... |
867868
| [Statistics](/compute-engine/reference/statistics/) | `StandardDeviation` `Mean` `Erf`... |
868-
| [Styling](/compute-engine/reference/styling/) | `Delimiter` `Annotated`... |
869+
| [Strings and Text](/compute-engine/reference/strings/) | `Text` `Annotated`... |
869870
| [Trigonometry](/compute-engine/reference/trigonometry/) | `Pi` `Cos` `Sin` `Tan`... |
870871

871872
</div>

docs/compute-engine/79-standard-library.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ the documentation.
3838
| [Sets](/compute-engine/reference/sets/) | `Union` `Intersection` `EmptySet` `RealNumbers` `Integers` ... |
3939
| [Special Functions](/compute-engine/reference/special-functions/) | `Gamma` `Factorial`... |
4040
| [Statistics](/compute-engine/reference/statistics/) | `StandardDeviation` `Mean` `Erf`... |
41-
| [Strings](/compute-engine/reference/strings/) | ... |
42-
| [Styling](/compute-engine/reference/styling/) | `Delimiter` `Annotated`... |
41+
| [Strings and Text](/compute-engine/reference/strings/) | `Text` `Annotated`... |
4342
| [Trigonometry](/compute-engine/reference/trigonometry/) | `Pi` `Cos` `Sin` `Tan`... |
4443

4544
</div>

docs/compute-engine/93-reference-styling.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)