KudlaCode / DWXGitHubBootCamp

MIT License
0 stars 0 forks source link

Test Issue #1

Open KudlaCode opened 1 year ago

KudlaCode commented 1 year ago
  1. mention one person 💩

@KudlaCode is a person @havsnapper hi

  1. highlight code

    private static int add(int a, int b){
    return a + b;
    }
  2. flowchart

graph TB
    sq[Square shape] --> ci((Circle shape))

    subgraph A
        od>Odd shape]-- Two line<br/>edge comment --> ro
        di{Diamond with <br/> line break} -.-> ro(Rounded<br>square<br>shape)
        di==>ro2(Rounded square shape)
    end

    %% Notice that no text in shape are added here instead that is appended further down
    e --> od3>Really long text with linebreak<br>in an Odd shape]

    %% Comments after double percent signs
    e((Inner / circle<br>and some odd <br>special characters)) --> f(,.?!+-*ز)

    cyr[Cyrillic]-->cyr2((Circle shape Начало));

     classDef green fill:#9f6,stroke:#333,stroke-width:2px;
     classDef orange fill:#f96,stroke:#333,stroke-width:4px;
     class sq,e green
     class di orange
  1. geojson
{ "type": "Point", "coordinates": [30.0, 10.0] }

Whats left to do

My tasks

havsnapper commented 1 year ago

Cool! 🥳