Skip to content

Latest commit

 

History

History
223 lines (171 loc) · 5.45 KB

File metadata and controls

223 lines (171 loc) · 5.45 KB
title description sidebar
Index
The index page
navigation
title items
Group 1
url title
/page1
Side 1
url title
/page2
Side 2
title items
Group 2
url title
/page1
Side 3
url title
/page2
Side 4

Text can be bold, italic, or strikethrough.

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.

Header 2

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.

Header 3

{:.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.

Header 4

  • This is an unordered list following a header.
  • This is an unordered list following a header.
  • This is an unordered list following a header.
Header 5
  1. This is an ordered list following a header.
  2. This is an ordered list following a header.
  3. This is an ordered list following a header.
Header 6

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

Mermaid

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
Loading

Alerts

{% 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}.' %}

Jumbotron

{% 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!' %}

Iterator

{% 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" %}

There's a horizontal rule below this


Here is an unordered list

  • Item foo
  • Item bar
  • Item baz
  • Item zip

And an ordered list

  1. Item one
  2. Item two
  3. Item three
  4. Item four

And a nested list

  • 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

Small image

Octocat

Large image

Branching

Definition lists can be used with HTML syntax.

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.