Skip to content

EvoEvolver/evomark-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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