Skip to main content

Anubis2

Tag: emoji

Advanced Diagram Usage

# GoAT 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 # Mermaid Diagrams Get more examples at here gitGraph: commit "Ashish" branch newbranch checkout newbranch commit id:"1111" commit tag:"test" checkout main commit type: HIGHLIGHT commit merge newbranch commit branch b2 commit gantt title A Gantt Diagram dateFormat YYYY-MM-DD section Section A task :a1, 2014-01-01, 30d Another task :after a1, 20d section Another Task in Another :2014-01-12, 12d another task :24d stateDiagram [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*] sankey-beta Pumped heat,"

Usage of code, pre, kbd

# <code> Direct Code A verrrrrryyyyy llloooonnnggg coooodeeee code is here multiline code here interface User { id: number firstName: string lastName: string role: string } function updateUser(id: number, update: Partial<User>) { const user = getUser(id) const newUser = { ...user, ...update } saveUser(id, newUser) } # <pre> pre text pre text pre text # <kbd> Press CTRL + C to copy text (Windows). Press CMD + C to copy text (Mac OS).