2016-08-05 89 views
1

我試圖用兩張相同的屏幕截圖製作表格,但右欄較寬,然後留下一張。此外,它取決於下面一行中的文字,但我不清楚,它如何完全取決於。如何在GitHub markdown中製作具有相同寬度的表格列?

兩個簡單的例子:

![img](https://raw.githubusercontent.com/hant0508/tmp/master/1.png) | ![img](https://raw.githubusercontent.com/hant0508/tmp/master/1.png) 
:---:|:---: 
Usage on GNOME 3 | Drag-and-drop on GNOME 3 

enter image description here

![img](https://raw.githubusercontent.com/hant0508/tmp/master/1.png) | ![img](https://raw.githubusercontent.com/hant0508/tmp/master/1.png) 
:---:|:---: 
Usage on GNOME 3 | Drag and drop on GNOME 3 

enter image description here

同樣的文本長度,同樣的話......這有什麼錯連字符和如何解決呢?

+0

這是一個Wiki,或者Markdown文檔嗎?麻煩重現這一點。 – BrechtDeMan

回答

0

如果唯一的區別確實是連字符,請嘗試使用其他類型的連字符(例如'實際'連字符,而不是減號:http://unicode-table.com/en/2010/)。

我應該說我不能完全重現這一點。 我的例子中的圖像(左側和右側)大約有一個像素左右,但不像您的那麼多: enter image description here

相關問題