Rican7 / define

A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes Are Unescaped And Left As HTML Number

jshah opened this issue · comments

Example:


  benevolent

    1. altruistic or charitable.
    2. generous.
    3. altruistic, charitable, good, just and fair.
    4. Having a disposition to do good
    5. generous in providing aid to others
    6. showing or motivated by sympathy and understanding and generosity; "was charitable in his opinions of others"; "kindly criticism"; "a kindly act"; "sympathetic words"; "a large-hearted mentor"
    7. Possessing or manifesting love for mankind.
    8. Possessing or manifesting love for mankind
    9. intending or showing kindness; "a benevolent society"
    10. Having a disposition to do good.
    11. altruistic or charitable
    12. generous in assistance to the poor; "a benevolent contributor"; "eleemosynary relief"; "philanthropic contributions"


  ---------------------------------
  Results provided by: "Glosbe API"

I believe all you have to do is unescape the text during writing.

I am interested in contributing this change, could you assign this issue to me @Rican7

@jshah Good find on the bug! I would absolutely love to receive a contribution. Feel free to open a pull request. 😃

@Rican7 I'm trying to push a branch but I am unable to, have you disabled access externally somehow? Not sure what the issue is here, I'm able to push to other repos.

remote: Permission to Rican7/define.git denied to jshah.
fatal: unable to access 'https://github.com/Rican7/define.git/': The requested URL returned error: 403

Would you like me to fork and then submit a PR that way?

@Rican7 have you had a chance to look? still unable to push to this repo.

@jshah You shouldn't be able to push to my repo unless I explicitly make you a co-owner, which is just unnecessary. The fork and PR model is the preferred model of contribution on GitHub:
https://guides.github.com/activities/forking/