mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-13 07:11:06 +07:00
2095e6ffe3
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
14 lines
163 B
Markdown
14 lines
163 B
Markdown
> Define a function in javascript:
|
|
>
|
|
> ```
|
|
> function MyFunc(a) {
|
|
> var s = '`';
|
|
> }
|
|
> ```
|
|
>
|
|
>> And some nested quote
|
|
>>
|
|
>> ```html
|
|
>> <div>HTML!</div>
|
|
>> ```
|