wsu_cubari

Thanks for visiting this page :)

You can help by submitting your suggestions as Pull Requests.

If you’re not familiar with Markdown yet, it’s basic formatting technique that let you introduce basic formating using only characters on your keyboard. Learn More.

ℹ️ Remember
In Markdown new line is made by putting 2 spaces on the end of line

Create your entry:

Changes will be visible after I approve them - I will try to do it as soon as I receive notification about new Pull Request.















template

plain text:

# Title of comic
![by](https://img.shields.io/badge/by-AUTHOR-000000?style=social)  <!-- replace AUTHOR with their name; use _ instead of spaces -->

**Theme/Tags**  
> ..tags go here, semarated by comas...

#### Sources: 
[![Read on](https://img.shields.io/badge/Free%20on-PLATFORMNAME-00E49A?style=for-the-badge&logo=PLATFORMNAME)](URL) <!-- replace every PLATFORMNAME with corresponding site's name eg. deviantart -->

[![Read on](https://img.shields.io/badge/Free%20on-PLATFORMNAME-00E49A?style=for-the-badge&logo=PLATFORMNAME)](URL)

**Description**  
> ...optional description goes here...

Author's Social Media:  
| [platform_name](URL) 
| [platform_name](URL) 
|

preview:

Title of comic

by

Theme/Tags

..tags go here, semarated by comas…

Sources:

Read on DeviantArt

Read on DeviantArt

Description

…optional description goes here…

Author’s Social Media:
| platform_name | platform_name |


*In the sources section we’re using Shields.io’s badges. Learn more about how to style them.