Skip to content

Latest commit

 

History

History

math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@code-blocks/math

Install

npm install @code-blocks/math

Use with rehype or eleventy. See how here.

Usage

This library uses mathup under the hood. For more information about the syntax, checkout their website.

language: mathup

grad f(x,y) = ((del f)/(del x) (x, y), (del f)/(del y)(x,y))

Math example 0

||(bf x)||^2 = [x_1 ; x_2 ; x_3]*[x_1 ; x_2 ; x_3]

Math example 1