Difference between revisions of "為帖文加上格式"
From Steem Center
(Created page with "在發文之前為帖子加上恰當的格式能讓帖子更吸引讀者。在Steemit創建內容時,你可使用「編輯器」(Editor)或「標記」(Markdown)模式。以...") |
|||
Line 1: | Line 1: | ||
− | 在發文之前為帖子加上恰當的格式能讓帖子更吸引讀者。在Steemit創建內容時,你可使用「編輯器」(Editor)或「標記」(Markdown)模式。以下摘要可從Steemit 'Sumbit a Story' | + | 在發文之前為帖子加上恰當的格式能讓帖子更吸引讀者。在Steemit創建內容時,你可使用「編輯器」(Editor)或「標記」(Markdown)模式。以下摘要可從Steemit 'Sumbit a Story' 標記模式使用的常用格式。 |
− | + | 這些指南乃係取自 @razvanelul 的小教室,以及GitHub的 [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Markdown小筆記]。若果你不使用Markdown模式,你也可用HTML格式的標籤。 | |
+ | |||
+ | ==大字(標題)== | ||
要寫大字,輸入 # ,或使用 <h1> 標籤。 | 要寫大字,輸入 # ,或使用 <h1> 標籤。 | ||
字的大小會隨 # 數增加而縮細。 | 字的大小會隨 # 數增加而縮細。 |
Revision as of 13:07, 1 July 2017
在發文之前為帖子加上恰當的格式能讓帖子更吸引讀者。在Steemit創建內容時,你可使用「編輯器」(Editor)或「標記」(Markdown)模式。以下摘要可從Steemit 'Sumbit a Story' 標記模式使用的常用格式。
這些指南乃係取自 @razvanelul 的小教室,以及GitHub的 Markdown小筆記。若果你不使用Markdown模式,你也可用HTML格式的標籤。
==大字(標題)==
要寫大字,輸入 # ,或使用Contents
[hide]標籤。
字的大小會隨 # 數增加而縮細。
- 和文字須留空格
- 最大為 # 文字,或 <h1> 文字
文字
粗體
要寫 粗體,在文字前後加 ** ,不須留空格。 也可用 <b> 標籤
- 文字 : **文字**
- 文字 : <br> 文字 </br>
==連結==
要在文中加上連結,用 [ ] 和 ( )。 用 [ ] 包裹文字、用 ( ) 包裹連結。
- [文字](網站.com)
不使用Markdown的方法如下:
- <a href="https://網站.com">網站名稱</a>
==圖片==
要加入圖片,請貼上圖片網址。 參見為帖文加入圖片
==影片及媒體==
要加入影片最常見做法是加上影片網址。
加上HTML嵌入格式 (iframe
) 也可,只支持Youtube, Vimeo及SoundCloud (嵌入格式)。
==圖文置中==
要令圖片置中,使用 <center> 及 </center>
- <center>圖片.jpg</center>
要令文字置中,使用 <center> 及 </center>
- <center> 文字 </center>
要令影片置中,使用 <center> 及 </center>
- <center> 影片連結 </center>
分隔
要在圖片上下作小分隔,用 <br>
- <br><center>圖片.jpg</center><br>
要開新行而不起新段,在行末放至少2空格。
圖片說明
用分隔、置中和斜體來使文字可以作為圖片說明 ( @razvanelul 提供)
- <br><center>圖片.jpg</center>
<center>*圖片說明*</center><br>
Links:
- Steemit : https://steemit.com
- Steemithelp.net : https://www.steemithelp.net
- @steemitguide : Steemit Markdown Tutorials for Beginners: A Compilation of my written Guides to Help you Edit your Posts via Raw Editor like a Pro; Markdown & HTML Codes. 2017年1月
- @xeldal : How to Liven up your Steem Posts with Markdown. 2016年4月
- @cryptogee : Format Your Steemit Articles And Gain Steem Power! 2016年5月
- @gainingsteem : The Definitive Steemit.com Writing Guide – The Basics Of Posting. 2016年7月
- @minion : Professional Tutorial for Post Formatting, both for Beginners and Advanced users. 2016年8月
- @senseiteekay : Tips for Posting on Steemit (Updated). 2016年8月
- @blueorgy : Steemit Emoji Master List. 2016年9月
- @future24 : Tutorial: How to publish an article at Steemit? Quick and easy guide! (English/German). 2016年10月
- @ervin-lemark : How Can You Left Or Right Align Parts Of Your Steemit Article, Images Included? 2016年10月
- @inertia : Soundcloud Tip: Thumbnails. 2016年10月
- @smysullivan : Markdown Formatting, a Minnows Tale! 2017年1月
- @scrooger : Pimp your post with this simple Cheat Sheet! Just copy and paste! 2017年6月13日
相關條目
參考
- Frot Design : A bunch of stuff about Steemit 佚名, 2016年10月27日
請協助更新本條目。 登入後、按編輯加入或編輯文章。 如已是Steemian將可獲贈STEEM。 請參考@steemcenterwiki。 |