About Cybly Career

This is page title. It is displayed on top of the blog in large text.

#tag1 #tag2
Post Illustration

This document shows examples of writting markdown. Everything written here onwards will be visible on the page!

Checkout a quick Markdown guide here: https://www.markdownguide.org/cheat-sheet/

This is H1 header (largest heading size)

This is H2 header (2nd largest heading size)

This is H3 (3rd largest heading size) and so on…

You can format the text as BOLD or ITALICS or both BOLD & ITALICS

Numbered lists can be created by normally numbering the lines like this:

  1. point one
  2. point two
    1. Sub point one (indent by 2-3 spaces)
    2. Sub point two (indent by 2-3 spaces)
  3. point three

Bulleted Lists can be created by starting a line with a ‘*’ like this:

Blockquotes can be added by starting every line of the quote with '> ’

Example:

There is not enough time
to do all the nothing we
want to do.

– Bill Waterson (Calvin & Hobbes)

Inserting Links

Example (internal link): Link text
Example (external link): Link text

Note: Just writting a URL or an email will automatically turn it into a link!

Inserting Images

Example: Image Title

Tables can be created like this:

Column 1Centered ColumnRight AlignedColumn 4
1Abc₹100.00Cdf
2Xyz₹1500.50Ghi

OTHER EXTENDED MARKDOWN FEATURES:

This website also supports extended markdown features added through external plugins:

Insert a github-flavored emoji

For example, 😊 🙋 (Full Emoji List)

Table Of Contents can be added anywhere on the page by inserting [[toc]] on a new line.

The top header types (H1, H2, H3) are automatically added.

Highlight/mark some text (in yellow) by enclosing it within a pair of ‘==’

Ex: This sentence has a highlighted word.

Superscript by enclosing text within a pair of ‘^’

Ex: The 6th Sense

Subscript by enclosing text within a pair of ‘~’

Ex: H2O

Abbreviations (show full-form or definition on mouse hover)

Ex: Define abbreviations anywhere on the page like this:

The HTML specification
is maintained by the W3C.

Footnotes

Ex: add footnotes in your content like this:

Here is a footnote reference,[1] and another.[2]

Here is an inline note.[3]

Custom Image Size

Set a custom size for your embedded image like this: image title

Here, image width = 100px & height = 200px.

Block Containers (adding custom ‘div’ for developers)

A custom block container can be added like this:

::: warning
here be dragons
:::

This will add a ‘div’ with class=“warning” and the contents inside it.
This can be used by developers to create unique styled blocks!

MultiMarkdown Tables: Additional Table Features

Adds a lot of new ways to create complex tables. Check usage examples & demo here


  1. Here is the footnote description. ↩︎

  2. Here’s one with multiple blocks.

    Subsequent paragraphs are indented to show that they belong to the previous footnote. ↩︎

  3. Inlines notes are easier to write, since
    you don’t have to pick an identifier and move down to type the
    note. ↩︎




 All Posts