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.

Markdown formatting issues

See original GitHub issue

In a previous commit, line 254 was commented out -

#note_text = gnote.text #gnote.text.replace('”','"').replace('“','"').replace("‘","'").replace("’","'").replace('•', "-").replace(u"\u2610", '[ ]').replace(u"\u2611", '[x]').replace(u'\xa0', u' ').replace(u'\u2013', '--').replace(u'\u2014', '--').replace(u'\u2026', '...').replace(u'\u00b1', '+/-')

This, among other things, means that lists/checkboxes aren’t properly converted to markdown. I had to uncomment this line to format my notes correctly.

Was this commented in error?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
davenicollcommented, Mar 30, 2021

Hey @djsudduth, sure, I’ll take a look. I’ll check the markdown formatting rules and see if anything else should be in there, before submitting a PR.

0reactions
djsudduthcommented, Jul 28, 2021

released in 0.4.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic writing and formatting syntax - GitHub Docs
Create sophisticated formatting for your prose and code on GitHub with simple ... Referencing issues and pull requests ... Ignoring Markdown formatting.
Read more >
Markdown Editors: How To Solve Markdown Problems with ...
Markdown is a lightweight markup language with a plain text formatting syntax. It is, like HTML, a markup language, but it doesn't use...
Read more >
git - Problem with markdown formatting - how to display code ...
I have a short README.md where I have problems in formatting. https://github.com/wojciehm ...
Read more >
Markdown syntax causing issues - Atlassian Community
I like the ability to do minor formatting but the # symbol should not have been picked to be used in markdown syntax....
Read more >
15 Common Problems with rmarkdown (and some solutions)
15 Common Problems with rmarkdown (and some solutions) · 15.1 Avoiding problems · 15.2 The errors · 15.3 “Duplication”: Duplicated chunk names ·...
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