fix: added livecode editor in community

This commit is contained in:
pateljannat
2021-06-24 16:38:02 +05:30
parent 56d8a72a7d
commit 5a7afb3092
6 changed files with 265 additions and 28 deletions

View File

@@ -187,6 +187,10 @@ update_website_context = 'community.widgets.update_website_context'
## subclass of community.community.plugins.PageExtension
# community_lesson_page_extension = None
community_lesson_page_extensions = [
"community.plugins.LiveCodeExtension"
]
## Markdown Macros for Lessons
community_markdown_macro_renderers = {
"Exercise": "community.plugins.exercise_renderer",