美文网首页
学习使用markdown编辑器编写笔记

学习使用markdown编辑器编写笔记

作者: 狼勇士 | 来源:发表于2016-03-26 16:06 被阅读0次

    一级标题

    二级标题 粘贴代码的时候先将代码粘贴到txt文档当中去然后在从txt文档当中粘贴过来

    三级标题 这个作为文章标题

    六级标题栏

    文字大小
    文字大小加粗 这个作为段落标题
    文字大小普通文字不加粗 这个作为文本
    文字大小粗细倾斜

      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);
      }
    

    上传了一个图片

    上传图片规则.png
    分隔线

    一级标题#

    代码测试##

    三级标题###

    有序列表

    1
    2
    3
    4

    无序列表

    相关文章

      网友评论

          本文标题:学习使用markdown编辑器编写笔记

          本文链接:https://www.haomeiwen.com/subject/numdlttx.html