Giter VIP home page Giter VIP logo

obsidian_markdown's Introduction

Title 1

Title 2

Title 3

Title 4

Title 5
Title 6

Text in italics Text in italics

Text in bold Text in bold

Text in strike through

This is an unordered list

  • List item 1
  • List item 2
    • Sub-item

This is an ordered list

  1. List item 1
  2. List item 2
    1. Sub-item

This is a pasted image ![[Pasted image 20210330214329.png]]

This is a link Mark Down Cheat Sheet

This is a quote

A rising tide lifts all boats

Escape characters *The Great Escapist*

Code snippet with language

print("Hello World!")

Task list

  • List item 1
  • List item 2
    • Sub-item

Table

Header 1 Header 2
Column 1 Column 2

Embedding ![[https://www.youtube.com/watch?v=aS6mH8TTFR4]]

Highlighting text This text is ==highlighted==

Here is an example of footnotes

  • Footnotes are useful to provide more information[^!]
  • These is another example[^footnotes]

Footnotes:

Here are some comments: %% Hello World! %% You can't see comments in the preview

Graphs from Mermaid

Here is a live editor for Mermaid

graph TD

A[Biology]
B[Chemistry]

A --> B

class A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z internal-link;
Loading

Another Mermaid diagram

graph TD

A-->B
B-->C
C-->A
Loading

Another one

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
Loading

Here is a #tag/nested-tag

Here is a [[link]]

obsidian_markdown's People

Contributors

eatmorechicken avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.