mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 14:01:06 +07:00
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>
|
||
|
>> ```
|