0 / 200,000
Used to edit, rename, or delete this paste.
lavune.cc! Hello! My name is Dia

I've been using pastebins since 2020 and I have become so enamoured with them that I decided to create my own. I also wanted a certain look and feel to a pastebin, that others just weren't giving me.

I wanted customizable accounts, friends lists, categories to file and store your pastes neatly, and among all, I wanted it to be very simple.

I hope you enjoy your stay here on lavune.cc. This site is my passion project, made with a lot of love, soft colors, and room to decorate. Have fun making it yours!

how

markdown and metadata

Markdown

What you typeWhat you get
# HeadingBig heading
## HeadingSmaller heading
### Heading through ###### HeadingHeading sizes 3 through 6
first line
second line
One return starts a new line. Leave a blank line for a new paragraph.
**bold**bold
*italic*italic
~~crossed out~~Crossed-out text
==highlighted==Highlighted text
%red% colored text %%Text in a named color
%#a16de8% colored text %%Text in a hex color
!>hidden textSpoiler text that can be clicked
!~ underlined text ~!Underlined text
!~blue;double; underlined text ~!Colored double underline
!~green;wavy;line-through;3; styled text ~!Color, line style, line type, and thickness
%violet% !~green; colored and underlined ~! %%Color and underline can be combined.
!~violet; %green% this works too %% ~!They work in either order.
-> centered text <-Centered text
-> right-aligned text ->Right-aligned text
### -> centered heading <-A centered heading
[TOC]Links to every heading in the paste
[TOC2]Links to headings 2 through 6. TOC3 through TOC6 work too.
- first item
- second item
    - nested item
Bulleted list. Use four spaces for a nested item.
* first item
* second item
Asterisks work for lists too.
1. first item
2. second item
    1. nested item
Numbered list
- [ ] not done
- [x] done
Checkboxes
[notes 🌙]: (this stays hidden)A hidden comment. Words, emoji, and symbols can go inside the square brackets.
> quoted textQuote
>> nested quoteQuote inside a quote
***Horizontal line
\*not italic\*Backslashes show Markdown symbols as normal text.
!!! note a small note
    the note goes here
A note box
!!! warning please read
    warning text
Warning box. You can also use info, danger, or greentext.
https://example.comAutomatic link
example.comLinks without https:// work too.
[my link](https://example.com)Link with your own text
![image](https://example.com/image.png)Image
![image](https://example.com/image.png "hover text")Image with mouseover text
![image](https://example.com/image.png){100px:100px}Image width and height. You can use px, %, vw, or vh.
![image](https://example.com/image.png#left)Image floated left. Use #right for the other side.
-> ![image](https://example.com/image.png) <-Centered image
[![image](https://example.com/image.png)](https://example.com)Clickable image
[![video](https://img.youtube.com/vi/VIDEO_ID/hqdefault.jpg){300px:200px}](https://youtube.com/watch?v=VIDEO_ID)Clickable video thumbnail
!;Clears a left or right image so the next part starts below it.

Contacts

contact information coming soon.

Welcome back

Log in to find and manage the pastes saved to your account.