DEV Community

Bilge
Bilge

Posted on

My Test Page

Heading 1

Heading 2

Heading 3

Heading Id {#custom-id} // Not supported


  • [ ] Checkbox
  • [X] Checkbox

😊, 😄, 😕


Footnote text 1


  1. first item
  2. second item

  • first item
  • second item

Block quote text


Link
title


Image

alt text


bold text


italic text


      Code Block
      console.log('hello');
    // Code Block
Enter fullscreen mode Exit fullscreen mode
$foo = $bar # assign foo to bar
Enter fullscreen mode Exit fullscreen mode
var item = new Item();
// Comment
Enter fullscreen mode Exit fullscreen mode

not supported

term
: definition


Strikethrough


I need to highlight these ==very important words==. // not supported


Subscript
H~2~O
not supported


Superscript
X^2^
X^2

not supported


  1. Foot Note 

Top comments (0)