mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-13 01:26:04 +08: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>
|
|
>> ```
|