作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Mathjax 在 Jekyll 站点中嵌入公式,使用 Kramdown 作为我的渲染器。
它工作得很好,除了在内联公式之后总是插入一个隐式分词符,这意味着换行可以在公式和标点符号之间插入一个换行符。这导致了这样的事情:
Where this fell down was that my representation was very limited as to what
numbers it can represent. The _smallest_ number possible was the integer `1`,
which represented $$\frac{1}{64} \approx 0.016$$; the _largest_ number was
the integer `127` (the top bit is used for the sign), which represented $$1
\frac{63}{64} \approx 1.98$$.
...被渲染成这样:
这看起来很糟糕。
有什么办法可以防止这种情况发生吗?
最佳答案
MathJax 和任何 Markdown 处理器(据我所知)都没有解决此问题的内置方法。
解决这个问题的两种方法:
white-space: nowrap;
;这将确保内部不会出现中断。关于markdown - 内联 mathjax 公式后不需要的断字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50633461/
安装并修复我的 VS2015 实例后,我仍然无法让智能感知(服务器端)在我的 MVC View 中工作。当我在 session 中第一次打开 .cshtml 文件并找到 Activitylog 文件时
我是一名优秀的程序员,十分优秀!