Skip to content

gbraad/markdown-xblock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

An Open edX XBlock allowing course authors to maintain content exclusively in Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.7%
  • CSS 39.9%
  • HTML 0.4%