Markdown formatting issues
See original GitHub issueIn 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:
- Created 2 years ago
- Comments:11 (7 by maintainers)
Top 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 >
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
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.
released in 0.4.2