Sean10/markless

Tables rows do not render well

srid opened this issue · 3 comments

srid commented

A table like this renders badly.

| Foo | Bar |
| --- | --- |
| [[A]] | [[B]]   |

Input:
image

Result:
image

In my environment, it looks like what you expected?

image

srid commented

I use these extensions in .vscode/extensions.json -- perhaps one of them gets in the way?

{
	// See https://go.microsoft.com/fwlink/?LinkId=827846
	// for the documentation about the extensions.json format
	"recommendations": [
		"yzhang.markdown-all-in-one",
		"svsool.markdown-memo",
		"gruntfuggly.auto-snippet",
		"bierner.markdown-checkbox",
		"houkanshan.vscode-markdown-footnote",
		"arrterian.nix-env-selector",
		"benspaulding.procfile",
		"tootone.org-mode",
		"bierner.markdown-emoji",
		"bierner.emojisense",
		"mark-hansen.hledger-vscode",
		"mdickin.markdown-shortcuts",
		"takumii.markdowntable",
		"gera2ld.markmap-vscode",
		"bierner.markdown-mermaid",
		"alfredbirk.git-add-commit-push",
		"xroker.quick-diff",
		"johnpapa.vscode-peacock",
		"mushan.vscode-paste-image",
		"mrmlnc.vscode-duplicate",
		"vscodevim.vim",
		"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
		"sean10.markless-sean10"
	]
}
srid commented

Hmm. Or may be the font. On a fresh notebook I can't reproduce it.