Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.