Skip to content

pavan-uppari/notionmarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired from Notion editor. Enter / to see list of options.

Demo GIF

Available options are

Headings

h1 - Heading 1
h2 - Heading 2
h3 - Heading 3
h4 - Heading 4
h5 - Heading 5
h6 - Heading 6

headingid ⭐️

Adding custom IDs allows you to link directly to headings.

tables ⭐️

table1 - Table with 1 Column, 1 row
table2 - Table with 2 Column, 1 row
table3 - Table with 3 Column, 1 row

To insert extra row, Use opt + shift in Mac, ctrl + alt + ⬇️ in Windows

linebreak

Create a line break or new line

bold

Create a bold text

italic

Create a italic text

boldanditalic

Create text with bold and italic at the same time

blockquote

Create a block quote

orderedlist

Create a ordered numbered list

unorderedlist

Create an unordered list

listDefinitions

Some Markdown processors allow you to create definition lists of terms and their corresponding definitions. More Details.

codeblock

Create a code block (multi line). Use Corresponding language name after ``` for syntax highlighting.

code

Create a code in a single line

image ⭐️

Put an image with url (web or local file)

imagewithtitle ⭐️

Put an image with alternate title. Title will appear as a tooltip when the user hovers over the image.

horizontalrule

Insert an horizontal rule

link ⭐️

Create a text with link

linkwithtitle ⭐️

Create link with Title. This title will appear as a tooltip when the user hovers over the link.

url

Quickly turn a url or email address into a link

strkethrough

Create a strike through text

tasklist

Create a checkbox list

highlight ⭐️

Create a highlighted text.

subscript ⭐️

This allow you to use subscript to position one or more characters slightly below the normal line of type

superscript ⭐️

This allow you to use superscript to position one or more characters slightly above the normal line of type