Making your First Post

To make your first post navigate to. You can either choose from creating Project or a Thread.

When creating a post make sure to include the following:

  • A good title
  • A good description
  • A good header Image/Link to Video/Podcast (Depending on type of post).

How to use the Editor

The editors on skillShack(⚡); use markdown. Markdown allows you to quickly format documents while ensuring simple syntax and universal compatibility. Any comments, posts you publish here will make use of markdown, however it is 100% optional and you can just use plain text.

Basic Syntax

Headings

H1

# H1

H2

## H2

H3

### H3

Bold

bold text

**bold text**

Italic

italicized text

_italicized text_

Blockquote

blockquote

> blockquote

Ordered List

  1. First item
  2. Second item
  3. Third item
1. First item
2. Second item
3. Third item

Unordered List

  • First item
  • Second item
  • Third item
- First item
- Second item
- Third item

Code

code

`code`

Horizontal Rule


---

Link

Home Page

[Home Page](https://www.skillshack.dev/)

Image

alt text

![alt text](https://www.skillshack.dev/_next/image?url=%2FmainGraphic1.png&w=1920&q=75)

Extended Syntax

These elements extend the basic syntax by adding additional features.

Table

Syntax Description
Header Title
Paragraph Text
| Syntax    | Description |
| --------- | ----------- |
| Header    | Title       |
| Paragraph | Text        |

Fenced Code Block

Insert Code Snippets

console.log("Hello There");
    ```javascript
    console.log("Hello There");
    ```

Strikethrough

PHP is Trash

~~PHP is Trash~~
Logo

skillShack(⚡); is a community for software professionals looking to share the projects they are working on and get feedback. From side projects to startups!

Built with ❤️ by Sushrit Pasupuleti

Follow us on

Designed by Braggi Solutions © Braggi Solutions 2021 All right reserved