Skip to content
Snippets Groups Projects
Commit 11431f32 authored by 0xJMR's avatar 0xJMR
Browse files

Added URL Syntax section.

parent 7acc86a5
Branches
No related tags found
No related merge requests found
Pipeline #64200 failed
......@@ -13,6 +13,7 @@
* [**Description**](#description)
* [**Demonstration**](#demonstration)
* [**Command Line Interface**](#command-line-interface)
* [**URL Syntax**](#url-syntax)
* [**Requirements**](doc/Requirements.md)
* [**Browser Support**](#browser-support)
* [**License**](#license)
......@@ -32,6 +33,15 @@ To be written.
| -mp | --modelPath | Path to the package root of the models. |
| -out | --outputPath | Path to the output directory. |
## URL Syntax
```
< URL > ::= < Base URL > "#" < Qualified Name of Component Instance > ":" < Visualization Mode > ["&" < Qualified Name of Component harboring the Math Implementation > ":" < Math Mode > [":" < Start Line > [":" < End Line >] ] ]
< Visualization Mode > ::= 0 | 1 | 2 | 3
< Math Mode > ::= 0 | 1
```
## Browser Support
| ![Google Chrome](doc/media/images/chrome.png) | ![Mozilla Firefox](doc/media/images/firefox.png) | ![Safari](doc/media/images/safari.png) | ![Opera](doc/media/images/opera.png) | ![Microsoft Edge](doc/media/images/edge.png) | ![Internet Explorer](doc/media/images/ie.png) |
| :--------------------: | :--------------------: | :--------------------: | :--------------------: | :--------------------: | :---: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment