Not fully support GitHub Flavored Markdown
See original GitHub issueWhen I start to write markdown file , its preview is different from github website. like :
---
tags : u-boot
---
and :
xxx
===
these two sentence show different result in remarkable and github website.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:15
Top Results From Across the Web
Could Stack Overflow support GitHub flavored markdown?
Tables. Fenced blocks in particular are quite useful when getting indentation right is annoying. Additionally, if you attempt to use fenced code block...
Read more >A formal spec for GitHub Flavored Markdown
In order to fully specify the version of Markdown we use at GitHub ... so we had to also implement support for parsing...
Read more >GitLab Flavored Markdown (GLFM)
In GitLab, front matter is used only in Markdown files and wiki pages, not the other places where Markdown formatting is supported. It...
Read more >markdown-it demo
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) ... The killer feature of markdown-it is very effective support of syntax plugins.
Read more >Markdown editing with Visual Studio Code
Get the best out of Visual Studio Code for Markdown. ... Find All References is supported for: ... Does VS Code support GitHub...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If I may add to this, I also noticed this program doesn’t support the use of emojis (such as 🎱 for example, obtained by typing
:8ball:
) which are supported in GitHub flavoured markdown.@bijanbina I didn’t bother hacking the source or rebuilding ^^ I just copy pasted the Github style into the custom style section and change the appropriate lines. This suits me because I add and remove bits depending on what report I’m writing, so for example sometimes I need to highlight rows in blocks of two or three, and sometimes not at all, other times I might put two tables next to each other.
Glad you got it fixed 👍