Here you can add your content like in normal posts

Text

Titles

To write titles you can use the next options

Title 1

This is for main titles

Title 2

This is for sections it will render on the screen on the same way than title 1

Title 3

This is for sub-sections it will render with S4N red color

Links

To write a link you can do it with this: S4N website is S4N.

Lists

There are two options for your list, unordered(bullet to left) or ordered(with numbers)

Unordered:

  • Element A
  • Element B
  • Element C

Ordered:

  1. First element
  2. Second element
  3. Third element

Media

Images

For images you can add them with a description and the link to get the image.

Image description

To show a picture with caption

Image description
Here write your caption, it's important this being on the next line that picture

Code

Right now we will be supporting the next languages for language highlighting

  • Web technologies
  • Java
  • Scala
  • Dart
  • Git
  • Python
  • Nginx
  • C#
  • Sass

Examples:

javascript

  class Person {
    constructor(name) {
      this.name = nameM
    }

    getName() {
      return this.name
    }

    setName(name) {
      this.name = name
    }
  }

java

public class HelloWorld 
{
 
       public static void main (String[] args)
       {
             // Ausgabe Hello World!
             System.out.println("Hello World!");
       }
}

scala

object Hello {
    def main(args: Array[String]) = {
        println("Hello, world")
    }
}

Videos

By now we only accept youtube videos, to add them it works like above picture sintax

the above link it's the link youtube gives you in share section but you can get it from browser video url too

Video's caption