🔧 Features Test
Sunday 4 June 2023

Headline

Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (including the design and implementation of hardware and software). Computer science is generally considered an area of academic research and is distinct from computer programming.

Integrations

  • Generates RSS feed
  • Generates ActivityPub Outbox stream
  • Generates Sitemap for search engines
  • Disqus comments
  • Encrypt files with GPG

Styling text

Style code example
Bold ** Bold
Bold __ Bold
Italic * Italic
Italic _ italic
Strikethrough ~~ Strikethrough
Subscript <sub> X2
Superscript <sup> X2
Linking [text](url) Emad Elsaid
Shorting Long URLs: https://en.wikipedia.org/wiki/…
Auto linking text if it’s a page name index, 1/3 Features Test
Emoji :EMOJICODE: 🔧
Detect date DD-MM-YYYY 1 January 2023
Detect hashtag # #Testing
Foot note [^1] 1
Typography replacement ' " -- ... << >> ‘hello’, “hello”, –, …, «, »
Inline MathJax with $ \(ax^2 + bx + c = 0\)
Inline MathJax with $$ \(ax^2 + bx + c = 0\)

Blocks

Quote using >

Computer science is the study of computation, automation, and information.

Code using “```”

fmt.Println("hello world")

Code using “```” and language name “```go”

1fmt.Println("Hello World")

MathJax Block with $$

\[\vec{\nabla} \times \vec{F} = \left( \frac{\partial F_z}{\partial y} - \frac{\partial F_y}{\partial z} \right) \mathbf{i} + \left( \frac{\partial F_x}{\partial z} - \frac{\partial F_z}{\partial x} \right) \mathbf{j} + \left( \frac{\partial F_y}{\partial x} - \frac{\partial F_x}{\partial y} \right) \mathbf{k} \]

Image using ![alt](url):

Logo

Auto-convert image URL to an image

Preview URL if in a line

Unordered Lists

  • With -
  • With +
  • With *

Ordered Lists

  1. With 1.
  2. With 1. again

Task Lists

  • a todo item with - [ ]
  • a done item with - [x]
  • Mentioning a page shows the number of todos: 1/3 Features Test

Images in one paragraph rendered in columns

Logo
Logo
Logo
Logo
Logo
Logo
Logo

Shortcode

In a single line with /SHORTCODE:

This is an alert

This is an info

This is a success

This is a warning

Mermaid Graphs:

erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d

Embed another page, header-particles in this case

Tables

Heading1 Heading2
Value 1.1 Value 1.2
Value 2.1 Value 2.2
Value 3.1 Value 3.2

Horizontal Rule

Using ---


Links preview

Tweet link

Youtube link

Facebook link

Giphy link


  1. More details about a sentence or a reference citation using [^1]:  ↩︎

Backlinks