后续升级计划:
大家在使用过程中有任何不爽的地方,还请多多反馈。感谢。
1
tedd 2014-08-28 11:52:52 +08:00
[测试](http://www.google.com)
|
2
Livid MOD OP |
3
Sivan 2014-08-28 11:56:58 +08:00
resize: none;
不知道是出于美观的考虑还是别的原因呢?现在默认的输入框感觉好小,虽然随着内容可以自适应但是感觉不太舒服,总要先按一堆回车再从头开始写。 |
5
mopig 2014-08-28 11:57:40 +08:00
第一行显示有问题
|
7
Twinkle 2014-08-28 11:58:55 +08:00
赞
|
8
Livid MOD OP |
9
mopig 2014-08-28 12:03:47 +08:00
这样显示没问题么? |
10
Livid MOD OP |
13
akfish 2014-08-28 12:12:29 +08:00
+1
|
15
hx1997 2014-08-28 12:20:32 +08:00
好多更新!赞!
顺便说个和 Markdown 无关的问题,笔记前边那个黄色纸张的小图标,发布之后不会出现绿色箭头了,就是说已发布和未发布文章的图标看起来一样。 |
16
Livid MOD OP |
18
hx1997 2014-08-28 12:35:38 +08:00
这次是 Markdown 有问题。
因为我们*变态*。我们认为数学背后隐藏着一个柏拉图式的世界,而这个世界值得我们牺牲宝贵的时间、能量、社交生活来探索。大学社交圈里,人人都忙着每年在华尔街挣个几百万,我们却专注于学术,我们收到的金钱回报微乎其微,还不得不互相竞争。 It is because we are *abnormal*. We think the platonic world behind mathematics is worthy of our precious time, energy and social life. While others in our college social circle are earning millions a year in the Wall Street, we are working on papers that give us little monetary reward and be forced to compete against each other. 这样的一段文字会解析不正常,效果见 https://www.v2ex.com/p/5n5lQ6D5 |
19
hx1997 2014-08-28 13:04:39 +08:00
再来一个 Markdown 的问题。如下 C 语言代码在 ```code``` 中会解析不正常。
效果见 https://www.v2ex.com/p/68Xm2mij ```#include <stdio.h> int main() { unsigned char data[32] = { 0xA1, 0xB5, 0x44, 0x84, 0x14, 0xE4, 0xA1, 0xB5, 0xD4, 0x70, 0xB4, 0x91, 0xB4, 0x70, 0xD4, 0x91, 0xE4, 0xC4, 0x96, 0xF4, 0x54, 0x84, 0xB5, 0xC4, 0x40, 0x64, 0x74, 0x70, 0xA4, 0x64, 0x44, 0x00 }; char foo[32] = {0}; for(int i = 0; i < 31; i++) foo[i] = (char)((data[i] >> 4 | ((int)data[i] << 4 & 240)) ^ 41); printf("%s\n", foo); return 0; }``` |
20
jsonline 2014-08-28 13:06:23 +08:00
原来不针对第一行 https://www.v2ex.com/p/fjycbv1u
这个 feature 好隐晦啊。 |
25
feiyuanqiu 2014-08-28 13:12:04 +08:00
# 回复支持markdown吗?
## test h2 - ul 1 - ul 2 ```php class klass { var $int = 1; var $double = 1.23; var $string = 'hi'; var $array = array('key' => 'value'); public function __construct() { echo 'you\'re arrived'; } } ``` |
29
rentaro 2014-08-28 13:43:40 +08:00
第二行不可以直接用缩进格式化代码?空了一行也不行,再加一行文本从第三行开始缩进才行
gist对比 https://gist.github.com/rentaro/6e459d2a1685cc706078 |
31
wwqgtxxproxy 2014-08-28 19:23:00 +08:00 via Android
移动版的支持呢?
|
32
Livid MOD OP @wwqgtxxproxy 谢谢提醒。很快会有。
|