Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 975 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 975 Bytes

Evomark-It !

Evomark-it is a parser for the Evomark language. It is a part of the EvoMark Framework. As the name implies, evomark-it is based on markdown-it.

Motivation

We built Evomark for academic writing with a markdown-like language, so that we can overcome the drawbacks of both LaTeX and Markdown. Check EvoEvolver for more information.

Supported Features

Core

  • Auto environment numbering
  • Auto reference of numbered environments
  • Environment variables for parsing
  • Captioned environments

Environments

  • Figure
  • Equation (Block and inline)
  • Theorems

Inline commands

  • Citation ([@key1,key2])
  • Footnote
  • In-page reference ([#id])

Components

  • Authorship Box
  • Reference List

Developing Features

Core

  • Self-defined environments

Environments

  • Table
  • Highlighted code environment

Inline commands

Components