Skip to content
Artificial Tea logoArtificial Tea
Back to the garden

Portfolio

Publications

Yes, I write research articles too!

Projects

Subtitle 1

Artificial Tea

Artificial Tea

A website that serves as: a living portfolio, a services dashboard, and a place to organize technical ponderings.

Website

Skills

Languages

English;Urdu;Python;Punjabi

EE

A;B;C;D

Links

Markdown

Can add miniblogs too?!

Dummy Markdown Document

Introduction

This is a dummy Markdown document demonstrating a variety of Markdown features. It includes italic text, bold text, strikethrough text, lists, links, tables, quotes, code, and more.


Text Formatting

  • Bold text
  • Italic text
  • Bold and italic text
  • Strikethrough text
  • Inline code
  • <u>Underlined text using HTML</u>

You can also highlight an important term, such as Markdown syntax, within a paragraph.

Links

Visit the example text resource.

You can also display the URL directly:

https://artificialtea.com/admin/resources/vm_file.txt

Unordered List

  • First item
  • Second item
    • Nested item
    • Another nested item
  • Third item

Ordered List

  1. Create a Markdown file.
  2. Add some content.
  3. Save the file.
  4. Preview the rendered output.

Task List

  • Add headings
  • Add text formatting
  • Add a link
  • Review the document
  • Publish the document

Blockquote

Markdown is a lightweight markup language.

It is commonly used for documentation, README files, and online content.

Code Example

python
def greet(name: str) -> str: """Return a simple greeting.""" return f"Hello, {name}!" print(greet("World"))
Artificial Tea Brand