wbond / packagecontrol.io

The Package Control website
https://packagecontrol.io
Other
111 stars 46 forks source link

Markdown Issues #70

Open Enteleform opened 8 years ago

Enteleform commented 8 years ago

It seems that PackageControl does not fully support GitHub-flavored Markdown. I just noticed a few inconsistencies between my GitHub & PackageControl pages.

Lists + Emphasis:

Link

This GIF has 3 components:
* __Top-Left:__ A Vysor clone of my Android phone screen.  I am running the entire demo from my phone, using the included preset for UnifiedRemote.
* __Bottom-Left:__ A key-capture window displaying all commands which are being executed by UnifiedRemote
* __Right:__ SlideNav in action

Lists

Lists + Links + Emphasis:

Link

To get started, see:
* __[SlideNav Interactive Tutorial](https://github.com/Enteleform/ST_SlideNav/blob/master/Tutorial/%5BSlideNav%5D%20Tutorial.py)__
* __[How do I create new presentation?](https://github.com/Enteleform/ST_SlideNav/issues/1)__

Lists2

Keyboard Keys:

Link

    `SlideNav_Up` ( show previous Slide )  
&nbsp;&nbsp;&nbsp;&nbsp;<kbd>ctrl</kbd>+<kbd>super</kbd>+<kbd>alt</kbd>+<kbd>-</kbd>

Keys

niosus commented 8 years ago

I will add to this. It also breaks on tables:

Github

GitHub

Package Control

Package Control

FichteFoll commented 8 years ago

Might be worth checking out the Markdown Preview package, which gets GFM pretty much right without using its API.