<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                <div oncontextmenu="return false" onselectstart="return false" ondragstart="return false" oncopy="return false" oncut="return false" onpaste="return false"> # ????(Markdown) ?? ? ?? ?? <a name="index"></a> *** ## ?? ?? - [????(Markdown)???](#index-intro) - [????? ???? ?? ????](#index-service) - [???? ?? (???)](#index-00) - [1. ?? (Header)](#index-01) - [2. ??? (BlockQuote)](#index-02) - [3. ?? (List)](#index-03) - [4. ?? (Code)](#index-04) - [5. ??? (Horizontal Line)](#index-05) - [6. ?? (Anchor)](#index-06) - [7. ?? (Decoration)](#index-07) - [8. ??? (Image)](#index-08) - [9. ? (Table)](#index-09) <a name="index-intro"></a> *** # ?? ????(Markdown)??? <span style="font-size:0.8em">[↑](#index)</span> <div style="text-align:center;"> <img src="https://hellotblog.files.wordpress.com/2018/06/trendtalk-school-web-markdown-250x250.jpg"> </div> **????**(Markdown)? 2004? ? ???(John Gruber)? ?? ??? ??? ??(Markup Language)???. ??? ????? ??? ???? ????? ??? ????, HTML? ?? ==?? ???? ??? ??? ??? ???? ???? ??? ??==? ? ????. ?? ????? ??? ??? ??? HTML ?? PPT? ?? ==?? ?? ???? ??? ??==? ?????. ?????? ??? ??? ```.md``` ?? ???? ?????. <a name="index-service"></a> *** # ?? ????? ???? ?? ???? <span style="font-size:0.8em">[↑](#index)</span> - ????? (WordPress) - ?? (Github) - ?? (Reddit) - ??? (Tumblr) - ??? (Trello) - ??? (Steemit) - ???? (Discord) - ??????? (Stack Overflow) <a name="index-00"></a> **** # ?? ???? ?? (???) <span style="font-size:0.8em">[↑](#index)</span> <a name="index-01"></a> *** ## 1. ?? (Header) <span style="font-size:0.8em">[↑](#index)</span> ``` # This is a H1 ## This is a H2 ### This is a H3 #### This is a H4 ``` # This is a H1 ## This is a H2 ### This is a H3 #### This is a H4 <a name="index-02"></a> *** ## 2. ??? (BlockQuote) <span style="font-size:0.8em">[↑](#index)</span> ``` > This is a first blockqute. > > This is a second blockqute. > > > This is a third blockqute. ``` > This is a first blockqute. > > This is a second blockqute. > > > This is a third blockqute. <a name="index-03"></a> *** ## 3. ?? (List) <span style="font-size:0.8em">[↑](#index)</span> ### 3.1. ??? ?? ?? ``` 1. ??? 2. ??? 3. ??? ``` 1. ??? 2. ??? 3. ??? ### 3.2. ??? ?? ?? ``` * ?? * ?? * ?? + ?? + ?? + ?? - ?? - ?? - ?? ``` * ?? * ?? * ?? ``` * 1?? - 2?? + 3?? ``` * 1?? - 2?? + 3?? <a name="index-04"></a> *** ## 4. ?? (Code) <span style="font-size:0.8em">[↑](#index)</span> ``` This is a normal paragraph: This is a code block. end code block. ``` This is a normal paragraph: This is a code block. end code block. <a name="index-05"></a> *** ## 5. ??? (Horizontal Line) <span style="font-size:0.8em">[↑](#index)</span> ``` * * * *** ***** - - - ------------------- ``` - ?? ??? ?? ??? ???? ?????. <a name="index-06"></a> *** ## 6. ?? (Anchor) <span style="font-size:0.8em">[↑](#index)</span> ``` [????](https://news.trendtalk.kr/) ``` <a href="https://news.trendtalk.kr/" target="_blank">????</a> <a name="index-07"></a> *** ## 7. ?? (Decoration) <span style="font-size:0.8em">[↑](#index)</span> ``` *single asterisks* _single underscores_ **double asterisks** __double underscores__ ~~cancelline~~ ``` *single asterisks* _single underscores_ **double asterisks** __double underscores__ ~~cancelline~~ <a name="index-08"></a> *** ## 8. ??? (Image) <span style="font-size:0.8em">[↑](#index)</span> ``` ![Alt Text](./markdown.jpg "Optional Title") ``` ![???? ?? ???? ??](https://hellotblog.files.wordpress.com/2018/06/trendtalk-school-web-markdown-250x150.png "RubberDuck") - ???? ???? ???? ???? ```<img width="OOOpx" height="OOOpx"></img>```? ?? ?????. <a name="index-09"></a> *** ## 9. ? (Table) <span style="font-size:0.8em">[↑](#index)</span> ``` | ??1 | ??2 | ??3 | |:---:|:---:|:---:| | ? 1 | ? 2 | ? 3 | | ? 4 | ? 5 | ? 6 | | ? 7 | ? 8 | ? 9 | ``` | ??1 | ??2 | ??3 | |:---:|:---:|:---:| | ? 1 | ? 2 | ? 3 | | ? 4 | ? 5 | ? 6 | | ? 7 | ? 8 | ? 9 | *** [![???? - ??? ??? ? ???? ?? ??](https://hellotblog.files.wordpress.com/2018/03/trendtalk-cover-966x200.png#full)](#index) *** ???? ? ???? ( <a href="http://www.trendtalk.kr" target="_blank">www.trendtalk.kr</a> ) | ?? ?? ? ??? ?? *** </div>
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看