如何在我的网页中将代码换成固定的页面宽度

时间:2013-08-23 06:23:58

标签: html css3

http://hypergroups.pancakeapps.com/GitHub.html

batFile = "E:\\Users\\HyperGroups\\AppData\\Local\\GitHub\\PortableGit_015aa71ef18c047ce8509ffb2f9e4bb0e3e73f13\\git-cmd.bat" ;

如何添加降价滚动条等内容?并可以复制到Mathematica Notebook进行评估?


我添加了一个新行,但我无法复制到Mathematica以立即评估

batFile = "E:\\Users\\HyperGroups\\AppData\\Local\\GitHub\\PortableGit_015aa
71ef18c047ce8509ffb2f9e4bb0e3e73f13\\git-cmd.bat" ;

enter image description here

1 个答案:

答案 0 :(得分:1)

应用

word-wrap: break-word;

Input班级。

它在GitHub.css

的第19行定义