mobiledev.id

Formatting your text

Your bio, your event descriptions, and your community page all understand Markdown, the same formatting GitHub uses. Here is everything that works, with the result beside it.

The ones you will use most

Bold and italic

**Bold** for the part that matters, and *italic* for a light touch.

Bold for the part that matters, and italic for a light touch.

A heading

## About my work

Text under the heading.

About my work

Text under the heading.

A list

- Kotlin and Java
- React Native
- Flutter
  • Kotlin and Java
  • React Native
  • Flutter

A numbered list

1. Open the event
2. Press Request access
3. Scan the code
  1. Open the event
  2. Press Request access
  3. Scan the code

A link

Written out as [my GitHub](https://github.com/example), or just pasted: https://github.com/example

Written out as my GitHub, or just pasted: https://github.com/example

The rest

A quote

> The line worth pulling out of everything else.

The line worth pulling out of everything else.

A table

| Platform | Language |
| --- | --- |
| Android | Kotlin |
| iOS | Swift |
PlatformLanguage
AndroidKotlin
iOSSwift

A checklist

- [x] Shipped to Play Store
- [ ] Shipped to App Store
  • Shipped to Play Store
  • Shipped to App Store

Code

Inline `val name = "Budi"`, or a block:

```
fun main() {
  println("Halo")
}
```

Inline val name = "Budi", or a block:

fun main() {
  println("Halo")
}

Crossing something out

~~No longer looking~~ Open to freelance again.

No longer looking Open to freelance again.

A divider

Above the line.

---

Below the line.

Above the line.


Below the line.

What does not work, and why

Images are removed. A picture in your text would load from another website, and that site would learn who read your page and from where. Upload a photo to your profile or your event instead.

HTML is ignored. Typing <b> shows those characters rather than making anything bold. This is what stops somebody pasting something harmful into a page other people read.

Every heading is the same size. One # or six makes no difference. Headings mark a section here; they do not set how loud it is, so your text can never out-shout the page around it.

Links you write always open in a new tab, so nobody loses the page they were reading.

Where you can use it
  • Your profile bio
  • Your experience and education entries
  • An event description, if you run a community
  • Your community page

A bio is limited to 2000 characters. There is more room than most people use, but it is not unlimited.