https://github.com/marioa/test
Repository to try out tests
https://github.com/marioa/test
Last synced: 3 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T09:56:27.000Z (about 1 year ago)
- Last Synced: 2025-01-13T02:46:09.139Z (12 months ago)
- Homepage:
- Size: 15.6 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:

## 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.