Skip to content

Commit

Permalink
Fix line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Dec 28, 2020
1 parent c94c84c commit 418ef21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,35 @@
## URL

![URL](url.png)

`https://example.com`

## E-Mail

### Plain E-Mail

![Plain E-Mail](email_plain.png)

`john.doe@example.com`

### Mailto

![mailto](email_mailto.png)

`mailto:john.doe@example.com?cc=jane.doe@example.com,john.doe@example.com,&bcc=john.doe@example.com&subject=Hello&body=Hello%20World%21`

## Telephone Number

![Telephone Number](tel.png)

`tel:+1-123-555-4567`

## Contact Information

### vCard

![vCard](vcard.png)

``` vcf
BEGIN:VCARD
VERSION:3.0
Expand All @@ -45,23 +50,27 @@ END:VCARD
### MeCard

![MeCard](mecard.png)

`MECARD:N:Doe,John;ADR:123 Main Street, New York, NY 10030;TEL:1235554567;EMAIL:john.doe@example.com;;`

## SMS

![SMS](sms.png)

`sms:+11235554567,+17655554321?body=Hello%20World%21`

## Geographic Information

![geo](geo.png)

`geo:40.762573,-73.8336205,100?z=22&q=My%20Home%21`

## Calendar Event

### vEvent

![vEvent](vevent.png)

```
BEGIN:VEVENT
SUMMARY:Summer Vacation!
Expand All @@ -73,28 +82,33 @@ END:VEVENT
## Wi-Fi Network config

![Wi-Fi](wifi.png)

`WIFI:T:WPA2-EAP;S:John's Wi-Fi;P:supersecretp@ssword;H:true;E:TTLS;A:anaonymousIdent;I:ident;PH2:MSCHAPV2;;`

## Google Play Store App

![Play Store App](market.png)

`market://details?id=com.google.android.apps.maps`

## Crypto Currency

### Bitcoin

![Bitcoin](bitcoin.png)

`bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=0.1&label=John%20Doe&message=For%20you%21`

### Ethereum

![Ethereum](ethereum.png)

`ethereum:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=1.5&label=John%20Doe&message=For%20you%21`

> Other Crypto Currencies like `Bitcoin Cash`, `Litecoin` and `Dash` are also supported.
## SIP

![SIP](sip.png)

`sip:1234567@example.com:1234`

0 comments on commit 418ef21

Please sign in to comment.