Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown语法学习 #4

Open
253867843 opened this issue Jan 16, 2019 · 0 comments
Open

markdown语法学习 #4

253867843 opened this issue Jan 16, 2019 · 0 comments
Assignees
Labels
markdown markdown语法

Comments

@253867843
Copy link
Owner

markdown语法学习

1.markdown默认会解析HTML标签

解决方法:

(1) 当是单个html标签时:

`<h1>标签内容</h1>`

(2) 当是多个html标签时:

    ```javascript
    function fancyAlert(arg) {
      if(arg) {
        $.facebox({div:'#foo'})
      }
    }
    // 或多个html标签
    <html></html>
    <head></head>
    <body></body>
    ```
@253867843 253867843 added the markdown markdown语法 label Jan 16, 2019
@253867843 253867843 self-assigned this Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markdown markdown语法
Projects
None yet
Development

No branches or pull requests

1 participant