update documentation
This commit is contained in:
parent
27035bf7ed
commit
8ccb0a4eb8
2 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
> version 1.0.0
|
> version 1.0.0
|
||||||
|
|
||||||
date: 2023-04-06T18:29:21+0200<br>
|
date: 2023-04-06T18:29:50+0200<br>
|
||||||
[](https://github.com/coderofsalvation/xrfragment/actions)
|
[](https://github.com/coderofsalvation/xrfragment/actions)
|
||||||
|
|
||||||
# XRFragment Grammar
|
# XRFragment Grammar
|
||||||
|
|
@ -15,6 +15,7 @@ date: 2023-04-06T18:29:21+0200<br>
|
||||||
sub-delims = "," / "|" / "="
|
sub-delims = "," / "|" / "="
|
||||||
```
|
```
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
> Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200`
|
> Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200`
|
||||||
|
|
||||||
Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`)
|
Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`)
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ import xrfragment.Parser;
|
||||||
* sub-delims = "," / "|" / "="
|
* sub-delims = "," / "|" / "="
|
||||||
* ```
|
* ```
|
||||||
* <br>
|
* <br>
|
||||||
|
*
|
||||||
* > Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200`
|
* > Example: `://foo.com/my3d.asset#pos=1,0,0&prio=-5&t=0,100|100,200`
|
||||||
*
|
*
|
||||||
* Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`)
|
* Hasslefree 3D vector-data (`,`), multi-protocol/fallback-linking & dynamic values (`|`), and CSS-piggybacking (`.mygroup`)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue