texdown
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

TeXdowN

TeXdowN is a lightweight alternative to LaTeX for writing short texts with math equations. While TeXdowN is heavily influenced by Markdown it is NOT Markdown + MathJax. TeXDown is a work in progress.

Why?

  1. Markdown does not support math formula by itself.
  2. Markdown is hard to parse.
  3. Markdown is not well defined and even this 116 pages long (!!!) Spec does not solve all the quirks of Markdown.
  4. Markdown does not support underlined text.

The Language

TeXdowN Html
*bold* bold
_underline_ underline
/italic/ italic
# h1

h1

## h2

h2

### h3

h3

#### h4

h4

##### h5
h5
###### h6
h6
[link](http://example.com) link
![image](https://bit.ly/2K9maeN) image
$a^2 + b^2 = c^ 2$
$$
a^2 + b^2 = c^ 2
$$

Live example

See live example at tex.ninja

Readme

Keywords

none

Package Sidebar

Install

npm i texdown

Weekly Downloads

0

Version

2.0.3

License

ISC

Unpacked Size

24.6 kB

Total Files

10

Last publish

Collaborators

  • gkutiel