question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not fully support GitHub Flavored Markdown

See original GitHub issue

When 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:open
  • Created 7 years ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

2reactions
MrCelticFoxcommented, Oct 12, 2016

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.

1reaction
MrCelticFoxcommented, Dec 30, 2016

@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 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found