atom / language-gfm

GitHub Flavored Markdown in Atom
MIT License
101 stars 108 forks source link

bold syntax overflow #220

Closed Announcement closed 6 years ago

Announcement commented 6 years ago

Prerequisites

Description

Markdown isn't being processed correctly

Steps to Reproduce

  1. create new file
  2. set language to github markdown
  3. type a sentence.
  4. use the bold syntax
  5. don't put a space and continue

Expected behavior: [What you expect to happen] only the the bold part is bold Actual behavior: [What actually happens] everything after the bold markup is bold. Reproduces how often: [What percentage of the time does it reproduce?] idk, idc, just reporting a bug i really don't care what you do with it.

Versions

0.90.2 You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue. your contribution guideline is stupid and atom-editor specific, this doesn't make sense for a package.

rsese commented 6 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of https://github.com/atom/language-gfm/issues/117, you can subscribe there for updates if you'd like.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.