⚠️ Ujicoba


PERINGATAN: Anda memasuki pos ujicoba. Beberapa bagian dari pos ini membutuhkan kuki, serta mungkin berat untuk dimuat dan/atau tidak bekerja sebagaimana mestinya.

Kode sebaris

If text1.Text = "elementary" Then label1.Caption = "elementaryOS" End If

Kode multibaris

@media screen and (min-width:1500px) {
    html { font-size:18px; } /* Increase the font size on higher resolutions */
    .container {max-width:80%;}
}
.mainheading {
    padding: 1rem 0rem;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -14rem;
  width: 14rem;
  visibility: hidden;
  overflow-y: auto;
  font-family: "Inria Sans", Helvetica, Arial, sans-serif;
  font-size: .875rem; /* 15px */
  color: rgba(255,255,255,.6);
  background-color: #202020;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

a {
    color: #00ab6b;
    transition: all 0.2s;
}

a:hover {
    color: #038252;
    text-decoration: none;
}

code, kbd, pre, samp {
    font-family: "JetBrains Mono", monospace; /* Sekarang Cascadia Code */
    font-size: 1em;
}

Gambar

Salin pranala gambar yang ingin ditambahkan, lalu ketik ![](<pranala-gambar-di-sini.ekstensi>) dalam post.md. Sebagai contoh:

![](<https://i.postimg.cc/L5YGCB75/IMG-20181025-173658.jpg>)

©Nitroplus/Norimitsu Kaihou, Sadoru Chiba, Houbunsha/Gakkougurashi Production Committee

Untuk menambahkan keterangan hak cipta (seperti di atas), gunakan <p align="center">:

<p align="center"><i>©Nitroplus/Norimitsu Kaihou, Sadoru Chiba, Houbunsha/Gakkougurashi Production Committee</i></p>

Khusus untuk situs yang menggunakan tema Minimal Mistakes:

{% capture fig_img %}
![](<https://i.postimg.cc/L5YGCB75/IMG-20181025-173658.jpg>)
{% endcapture %}

{% capture fig_caption %}
©Nitroplus/Norimitsu Kaihou, Sadoru Chiba, Houbunsha/Gakkougurashi Production Committee
{% endcapture %}

<figure>
  {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
  <figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
</figure>

Satu pos yang memiliki dua atau lebih gambar kemungkinan harus menggunakan lebih dari satu id (fig_img, fig_img2, fig_img3, …)

Embedded tweet

Embedded YouTube video

Embedded Chart.js

Embedded Google Sheets chart