目录

markdown不能正常显示xml的源码?

目录

这属于markdown解析xml的bug,小技巧,在< 后加个空格即可,如:

   < android.support.v4.widget.SwipeRefreshLayout
              android:layout_width="match_parent"
              android:layout_height="0dp"
              android:layout_weight="1">

              < android.support.v7.widget.RecyclerView
                  android:layout_width="match_parent"
                  android:layout_height="0dp"
                  android:layout_weight="1" />
          < /android.support.v4.widget.SwipeRefreshLayout>