如何使用适当的标记颜色样式和缩进显示html源代码,如编辑器中所示

时间:2016-12-23 10:19:27

标签: javascript html css iframe

我想显示在iframe中呈现的html文件的源代码。必须使用正确的标记颜色和缩进来显示源代码,如在sublime等编辑器中。 expected result 我用

获得了在iframe中呈现的文件的源代码
       <android.support.v4.widget.NestedScrollView
            android:id="@+id/activity_Recipe_detail_scrollview"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
              <LinearLayout
                   android:layout_width="match_parent"
                   android:layout_height="wrap_content"
                   android:orientation="vertical">
                   // ..
            </LinearLayout>
        </android.support.v4.widget.NestedScrollView>

但这给了我一个预先格式化的文字my result 我怎么能这样做。

1 个答案:

答案 0 :(得分:0)

在github上创建一个要点并嵌入它?