Skip to content

arbrandes/markdown-xblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors