hastexo / olx-utils

Tools facilitating the creation of Open edX courseware in the Open Learning XML (OLX) format
GNU Affero General Public License v3.0
5 stars 5 forks source link

Including images in Markdown #2

Closed fghaas closed 7 years ago

fghaas commented 8 years ago

With the template based approach, what is he proper way to include images in Markdown content managed by the Markdown XBlock?

In other words: if I do

![My alt text](/path/to/image.svg)

... what's does the path that goes into the parentheses need to look like?

fghaas commented 7 years ago

Obsolete issue. For the record: paths need to be specified relative to the root of the course; for images this is normally /static/images:

![My alt text](/static/images/image.svg)