Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

0.4.0

  • Merge the Coursework Brief and Coursework Brief Alt Templates
    • Option for % or Mark, or Effort
    • Make the stylesheets available via GH-Pages (Kludge)]
  • Add Hard Word Limit Option to show / hide the word count warning

0.3.2

  • Entry point script uses the generic template (feedback.jinja2) by default

0.3.1

  • Software
    • Add a Generic template that does its best to build a sensible report from a file
    • Keep track of Section order in the parser
    • Calculate Marks
    • "Customisation" of the report via header.
  • Documentation
    • Draft Documentation added
    • Install
    • Walk-through of Generic Template

0.3

  • Rename from MarkdownMark to ReMarkAble
  • Refactor scripts to use argument parser as opt parse is deprecated

0.2.2

  • sanity Refactor
    • rename markdownParser module to parser. (as we may support org later)
    • move responsibility for markdown rendering to the render module
    • Add entry point as DMC
  • Unit tests for Markdown added

0.2.1

  • Logging options added:
    • Log (INFO) option added (-v)
    • Pink Lady (DEBUG) Option added (-vv)
  • Rework of the way we render things (Breaks old templates)
    • Dict of {content, header} passed to template.
  • Update Markdown rendering
    • Allows more than just level 1 headings (doh!)
    • GFM Tables
    • Code Highlight
    • Maths (via either Katex or MathJax)

0.2

  • Command line scripts added

0.1.1

  • Allow both stock and user supplied templates
  • Template inheritance

0.1

  • Rendering from templates via python functions