sugarlabs / sugar-docs

Documentation for Contributors and Developers
86 stars 104 forks source link

Partial Fix: #130 Added grave accent to display code #131

Closed rhl-bthr closed 6 years ago

rhl-bthr commented 6 years ago

Fixes: #130 Code not being displayed on the webpage.

Not fixed in the PR: The activity image not being displayed as given in #130

rhl-bthr commented 6 years ago

Kindly review @walterbender @quozl Also, please point my mistakes in commit/PR style, if any.

walterbender commented 6 years ago

@Pro-Panda Your patch looks good. Re the icon image, I suspect the problem is that the image path is given as a relative pathname, which works in the GH preview, but not when the page is moved to te website. Perhaps a full pathname would work?

rhl-bthr commented 6 years ago

Re: icon image not being displayed I don't think that relative paths are an issue. This page uses relative paths and works fine. It might be because the image used in Desktop-activity is a .svg file.