SolidifyDemo / recator-modern-dev-gh

0 stars 0 forks source link

Sample issue #3

Open MagnusTim opened 1 year ago

MagnusTim commented 1 year ago

Code blocks

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

Math

This sentence uses $ delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$

Mermaid diagrams


---
title: Order example for web app
---
erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
### Tasks
- [ ] Add a draft title or issue reference here
- [ ] Second issue

@MagnusTim

9