Skip to content

Format Penulisan

Penulisan halaman dokumentasi beserta dengan elemen yang dapat digunakan
N/AAnonim

This page describes how to use Markdown in Starlight.

Heading Level 2

I can link to my conclusion lower on the same page.

Heading Level 3

lorem ipsum dolor sit amet consectetur adipiscing elit

Heading Level 4

lorem ipsum dolor sit amet consectetur adipiscing elit

Heading Level 5

lorem ipsum dolor sit amet consectetur adipiscing elit

Heading Level 6

https://my-site.com/page1/#introduction navigates directly to my Introduction.

Catatan

Apabila kamu membutuhkan konten catatan, kamu dapat menggunakan syntax di bawah ini:

Ini digunakan untuk tips dan trik pada halaman dokumentasi (sesuai dengan penggunaan)

Blocknote

This is a blockquote, which is commonly used when quoting another person or document.

Blockquotes are indicated by a > at the start of each line.

Potongan Kode

// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l);
return true;
};
my-test-file.ts
console.log('Hello World!');
Installing dependencies…
npm install
Where and when is the Andromeda constellation most visible?

The Andromeda constellation is most visible in the night sky during the month of November at latitudes between +90° and −40°.

Gambar

An illustration of planets and stars featuring the word “astro”

Untuk Referensi Lanjutan:

  1. https://www.markdownguide.org/cheat-sheet/
  2. https://starlight.astro.build/guides/authoring-content/