title | description | sidebar | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Index |
The index page |
|
Text can be bold, italic, or strikethrough.
- External absolute full link
- External protocol relative link
- [Internal absolute full link]({{ site.url }})
- Internal explicit relative link
- Internal implicit relative link
- Internal absolute link
There should be whitespace between paragraphs.
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
This is a blockquote following a header.
When something is important enough, you do it even if the odds are not in your favor.
{:.code-header} JavaScript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
{:.code-header} HTTP request
POST /psp/consumers HTTP/1.1
Host: api.externalintegration.payex.com
Authorization: Bearer <AccessToken>
Content-Type: application/json
{
"operation": "initiate-consumer-session",
"msisdn": "+4798765432",
"email": "[email protected]",
"consumerCountryCode": "NO",
"nationalIdentifier": {
"socialSecurityNumber": "26026708248",
"countryCode": "NO"
}
}
Here's some <inline>
{:.language-html} { "code": true }
{:.language-js}
that should .be { highlighted: according }
{:.language-css} to their
language.
- This is an unordered list following a header.
- This is an unordered list following a header.
- This is an unordered list following a header.
- This is an ordered list following a header.
- This is an ordered list following a header.
- This is an ordered list following a header.
Here's a nice, striped table.
{:.table .table-striped}
head1 | head two | three |
---|---|---|
ok | good swedish fish | nice |
out of stock | good and plenty | nice |
ok | good oreos |
hmm |
ok | good zoute drop |
yumm |
sequenceDiagram
participant Merchant
participant SwedbankPay
activate SwedbankPay
SwedbankPay->>Merchant: POST <callbackUrl>
activate Merchant
note right of SwedbankPay: Callback POST by SwedbankPay
Merchant->>SwedbankPay: Callback response
deactivate Merchant
deactivate SwedbankPay
activate Merchant
Merchant->>SwedbankPay: GET <payment instrument> payment
note left of Merchant: First API request
activate SwedbankPay
SwedbankPay-->>Merchant: payment resource
deactivate SwedbankPay
deactivate Merchant
{% include alert.html body='This is a standard alert.' %}
{% include alert.html type='success' icon='check_circle' body='This is a successful alert.' %}
{% include alert.html icon='info_outline'
header='Informational alert'
body='This is an informational alert with <markdown/>
{:.language-html}.' %}
{% include alert.html type='warning'
icon='warning'
header='{ "warning": "alert" }
{:.language-js}'
body='This is a warning alert with <markdown/>
{:.language-html}.' %}
{% include jumbotron.html body='PayEx Checkout is a complete reimagination of the checkout experience, integrating seamlessly into the merchant website through highly customizable and flexible components.
Visit our demoshop and try out PayEx Checkout for yourself!' %}
{% include iterator.html next_href="page2" %} {% include iterator.html prev_href="page1" %} {% include iterator.html prev_href="page1" prev_title="Go back" next_href="page2" next_title="Go forward" %}
- Item foo
- Item bar
- Item baz
- Item zip
- Item one
- Item two
- Item three
- Item four
- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item
- Name
- Godzilla
- Born
- 1952
- Birthplace
- Japan
- Color
- Green
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
The final element.