Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliverklee/mermaid-test

Testing Mermaid in Markdown on GitHub.
https://github.com/oliverklee/mermaid-test

Last synced: about 2 months ago
JSON representation

Testing Mermaid in Markdown on GitHub.

Awesome Lists containing this project

README

        

# Mermaid Test

Testing Mermaid in Markdown on GitHub.

```mermaid
classDiagram
class OutputFormat {
}

class OutputFormatter {
}

OutputFormatter --> "1" OutputFormat
class Parser {
}

class ParserState {
}

Parser --> "1" ParserState

class Renderable {
}
<> Renderable

class Settings {
}

namespace CommentX {
class Comment {
}
class Commentable {
}
}
```