Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.12 KB

This XBlock is unmaintained and retired. For a contemporary XBlock that offers very similar functionality, please see https://github.com/citynetwork/markdown-xblock.

markdown XBlock

The markdown XBlock allows Open edX course authors to write courseware using markdown.

Deployment

The easiest way for platform administrators to deploy the markdown XBlock and its dependencies to an Open edX installation is to pip install it to the edxapp virtualenv.

  1. Install it via pip:

    $ sudo /edx/bin/pip.edxapp install -e git+https://github.com/hastexo/markdown-xblock.git@master#egg=markdown-xblock
    
  2. Restart edxapp:

    sudo /edx/bin/supervisorctl restart edxapp:
    
  3. In your course, go to the advanced settings and add the markdown module to the "Advanced Module List" like so:

    [
     "annotatable",
     "videoalpha",
     "openassessment",
     "mdown"
    ]
    

License

This XBlock is licensed under the Affero GPL; see LICENSE for details.