Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioa/test
Repository to try out tests
https://github.com/marioa/test
Last synced: about 1 month ago
JSON representation
Repository to try out tests
- Host: GitHub
- URL: https://github.com/marioa/test
- Owner: marioa
- Created: 2015-01-07T09:53:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T08:36:18.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T05:36:20.352Z (over 1 year ago)
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test
Repository to do a couple of tests,
Adding an image:
![image](imgs/test.png)
## Mermaid diagrams
[Mermaid diagrams](https://github.com/knsv/mermaid/blob/master/README.md) now supported in GitHub markdown:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```## Render maths
$Z(t)$
which does not work.