packagecontrol.io icon indicating copy to clipboard operation
packagecontrol.io copied to clipboard

Markdown Issues

Open Enteleform opened this issue 9 years ago • 2 comments

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

Enteleform avatar Mar 01 '16 23:03 Enteleform

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

Github

GitHub

Package Control

Package Control

niosus avatar Jul 05 '16 13:07 niosus

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

FichteFoll avatar Jul 05 '16 16:07 FichteFoll