學(xué)習(xí)使用markdown編輯器編寫筆記

一級(jí)標(biāo)題

二級(jí)標(biāo)題 粘貼代碼的時(shí)候先將代碼粘貼到txt文檔當(dāng)中去然后在從txt文檔當(dāng)中粘貼過來

三級(jí)標(biāo)題 這個(gè)作為文章標(biāo)題

六級(jí)標(biāo)題欄

文字大小
文字大小加粗 這個(gè)作為段落標(biāo)題
文字大小普通文字不加粗 這個(gè)作為文本
文字大小粗細(xì)傾斜

  DisplayImageOptions options = new DisplayImageOptions.Builder()  
//這里打代碼

protected RelativeLayout mToolBar;
protected TextView mToolBarTitle;
protected ImageView mToolBarIvLeft, mToolBarIvLeft2;
protected ImageView mToolBarIvRight;
protected ImageView mToolBarIvRightReport;
//這是注釋
protected TextView mToolBarTvLeft;
protected TextView mToolBarTvRight;
/**
  *塊式注釋
  */
 if (VersionUtiles.isAndroidKitkat()) {
        ViewGroup.LayoutParams lp = mToolBar.getLayoutParams();
        lp.height = lp.height + ScaleUtils.dip2px(mContext, 22);
        mToolBar.setLayoutParams(lp);
        mToolBar.setPadding(0, ScaleUtils.dip2px(mContext, 22), 0, 0);
  }

上傳了一個(gè)圖片

上傳圖片規(guī)則.png

分隔線


一級(jí)標(biāo)題#

代碼測(cè)試##

三級(jí)標(biāo)題###

有序列表

1
2
3
4

無序列表

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

推薦閱讀更多精彩內(nèi)容