Ame*_*ina 19 mediawiki geshi syntax-highlighting
我的代码片段的字体大小相对于Wiki的默认字体大小而言太小,这使得它们难以阅读(参见下面的示例).我有什么办法可以改变它吗?
例:

生成上述代码的代码是:
==== Histograms ====
This is the code to compute the histogram:
<source lang="matlab">
nEls = numel(unique_vals);
edges = zeros(nEls+2,1);
</source>
Run Code Online (Sandbox Code Playgroud)
Adr*_*her 23
例:
div.mw-geshi div,pre {
font-family: monospace, "Courier New" !important;
font-size:13px;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7331 次 |
| 最近记录: |