Skip to content

oreillymedia/markdown-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here's a test of some math

The new version of Atlas supports Markdown as a source format as well as HTML. So, if you like, you have the option of authoring .md files in Atlas, and then when you add them to the build list, we convert to proper HTMLBook behind the scenes (we take care of generating the necessary

tags, so you don’t need to worry about that)

Regarding math, you can indeed use the Latex equation editor. Or if you’re adding equations manually, just wrap them in a <span> with the attribute data-type=“tex”, like the following:

$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $

Here's a formula:

$ lim_{x \to \infty} \exp(-x) = 0 $

And, one Ms. Rogers from High School algebra would love:

$ a^2 + b^2 = c^2 $

And finally:

$ begin{matrix} a & b & c d & e & f g & h & i end{matrix} $

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages