1.0.0 • Published 6 years ago

modulo.node v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Here's a link to a website, to a local doc, and to a section heading in the current doc. Here's a footnote ^1.

^1: Footnote text goes here.

Tables can look like this:

size material color


9 leather brown 10 hemp canvas natural 11 glass transparent

Table: Shoes, their sizes, and what they're made of

(The above is the caption for the table.) Pandoc also supports multi-line tables:


keyword text


red Sunsets, apples, and other red or reddish things.

green Leaves, grass, frogs and other things it's not easy being.


A horizontal rule follows.


Here's a definition list:

apples : Good for making applesauce. oranges : Citrus! tomatoes : There's no "e" in tomatoe.

Again, text is indented 4 spaces. (Put a blank line between each term/definition pair to spread things out more.)

Here's a "line block":

| Line one | Line too | Line tree

and images can be specified like so:

example image

Inline math equation: $\omega = d\phi / dt$. Display math should get its own line like so:

$$I = \int \rho R^{2} dV$$

And note that you can backslash-escape any punctuation characters which you wish to be displayed literally, ex.: `foo`, *bar*, etc.

const dataB = require('platzibd');

septupDb(config).then(db =>{ const {Agent, Metric} = db; const Agent = db.Agent; const Metric = db.Metric;

}).catth(err =>console.log('error'))