Payway Markdown¶
Target Audience: Users
Introduction¶
Markdown in Payway is a lightweight markup language for creating HTML resources using plain text formatting.
Examples¶
Links¶
Name and link¶
[Adeprimo](https://adeprimo.se/)
Open in new tab¶
Markdown:
[Adeprimo](https://adeprimo.se/){target=_blank}
Html:
<a href="https://adeprimo.se/" target="_blank">Adeprimo</a>
With parameters¶
Markdown:
[Adeprimo](https://adeprimo.se/){id=123}{name=123}{class=my-style}{target=_blank}
Html:
<a href="https://adeprimo.se/" id="123" name="123" class="my-style" target="_blank">Adeprimo</a>
Image¶
![Adeprimo cat](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQtZUbdtcKvxeSYox8_HHdtPk9ICrNB5zeCrpzNYnhd_WcD3Nud-A)
Linebreak¶
This is the first line\\n
This is the second line
This is the second line
Emphasis¶
**This is a bold resource**
__This is an italic resource__
++This is an underlined resource++
~~This is a striketroughed resource~~
__**This is an italic and bold resource**__
This is an italic resource
This is an underlined resource
This is a striketroughed resource
This is an italic and bold resource
Refer to other text resources¶
You can combine text resources by referring to them
Info
Only available for text-resources found in PCP.
Contact customer service by phone %settings_customer_service_phone%