diff --git a/.gitignore b/.gitignore index bc3271c..ae224c1 100644 --- a/.gitignore +++ b/.gitignore @@ -170,4 +170,6 @@ other things/ writer-test.xml test-xml-rs.xml test-file.xml -test-save.xml \ No newline at end of file +test-save.xml + +index.html \ No newline at end of file diff --git a/docs/src/test.ps1 b/docs/src/test.ps1 index 40569c1..849ada1 100644 --- a/docs/src/test.ps1 +++ b/docs/src/test.ps1 @@ -1,8 +1,8 @@ # ls 之后将每一行输出包裹在 ` 里面 -echo "``````" +echo "
"
 Get-ChildItem . | ForEach-Object {
     echo $_
 }
 
-echo "``````"
\ No newline at end of file
+echo "
" \ No newline at end of file