| Title 1 | Title 2 |
|---|---|
| text |
|
|
Plain old text Testing rich text
|
|
Info: This is a callout example.
Success: This is a callout example.
Warning: This is a callout example.
Error: This is a callout example.
<script>alert('Test');</script>
alert('Test');
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
if(pair[0] == variable) {
return pair[1];
}
}
return(false);
}
var number = getQueryVariable("URLPhoneParameter")
window.location.href = "alert:" + number;
alert('Test');
| Value | Type | Example output | ||||
|---|---|---|---|---|---|---|
| ID | int | 0 | ||||
| username | string | username123 | ||||
| profile_img | string | https://example.com | ||||
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1, 20d
section Another
Task in Another :2014-01-12, 12d
another task :24d
|
|
|
