wayfair-archive / awesome-learning

Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
228 stars 91 forks source link

Transform markdown formatting into HTML formatting #67

Open SheaBelsky opened 5 years ago

SheaBelsky commented 5 years ago

Is your feature request related to a problem? Please describe. On our site, we write text in plain text, and we occasionally want to add formatting to some text to make it stand out. We've historically written this format using markdown, but it isn't getting meaningfully transformed into actual text formatting.

Describe the solution you'd like Text formatting written in markdown should actually be formatted properly.

_this_ should become this

`this`

should become this

*this* should become this

Additional context See below for how our formatting currently looks (on the courses page)

Screen Shot 2019-09-28 at 5 21 34 PM
devevignesh commented 5 years ago

I would like to claim this

SheaBelsky commented 5 years ago

@devevignesh It's yours! Thank you for picking this up!

SheaBelsky commented 4 years ago

@devevignesh Are you still working on this issue? If not, please let me know, so that I can unassign you from this issue.

c-tanner commented 2 years ago

Submitted a PR that should address this issue :)