sb2nov / mac-setup

Installing Development environment on macOS

Home Page:https://sourabhbajaj.com/mac-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badge table looks bad with gitbook

simeg opened this issue · comments

I'm Submitting a ...

[x] Bug report
[ ] Tool/language/etc documentation request

Bug Location

image

Tool/Language/etc

Reproduce by running make serve and go to http://localhost:4000/

Other Information

Looks like gitbook can ignore files, but not code snippets or similar. Not sure how to fix this.

Perhaps the syntax for tables is stricter with GitBook than GitHub.

https://toolchain.gitbook.com/syntax/markdown.html#tables shows pipe symbols on the edges of the header row too:

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

Fixed in ae3db58.

It now looks like this:

image