codingandcommunity / copilot

Atom plugin for Open Source Curriculum Project
MIT License
0 stars 3 forks source link

Markdown Viewer #14

Open koreanwglasses opened 5 years ago

koreanwglasses commented 5 years ago

A markdown parser/viewer is started in /lib/components/MarkdownRenderer.ts. It should meet the specs here -> https://github.com/codingandcommunity/rcos-open-source-curriculum-project/blob/master/curriculum_spec.md#copilot-markdown

koreanwglasses commented 5 years ago

Current stage is accessible through the method getCurrentStageId() in EnvironmentManager.