This is an alert
Saturday 27 May 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 ¶
- Bold using
**
: Bold - Bold using
__
: Bold - Italic using
*
: Italic - Italic using
_
: italic - Strikethrough using
~~
:Strikethrough - Subscript using
<sub>
: X2 - Superscript using
<sup>
: X2 - Linking using
[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 using
:EMOJICODE:
: 🔧 - Detect date
DD-MM-YYYY
: 1 January 2023 - Detect hashtag using
#
: #Testing - Foot note Using
[^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 
: ¶
Auto-convert image URL to an image ¶
Preview URL if in a line ¶

Why I became a software developer
Unordered Lists ¶
- With
-
- With
+
- With
*
Ordered Lists ¶
- With
1.
- 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 ¶







Shortcode ¶
In a single line with /SHORTCODE
:
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
-
More details about a sentence or a reference citation using
[^1]:
↩︎