GitbookIO / gitbook

The open source frontend for GitBook doc sites
https://www.gitbook.com
GNU General Public License v3.0
27.21k stars 3.87k forks source link

Glossary items consisting of markdown only are not rendered #903

Closed emilbayes closed 7 months ago

emilbayes commented 9 years ago

Of the following glossary:

# Nonlinear dynamics

Small changes in input yield disproportionate changes in output, eg $$y = x^2$$

# Map

* Time: Discrete
* Model: Difference equation

# Flow

* Time: Continous
* Model: Differential equation

# Difference equation

$$
x_{n+1} = f(x_n)
$$

# Differential equation

$$
\frac{df(x)}{dx} = f(x)
$$

Flow and Map are not rendered, as (I presume) they're deemed empty.

xtrasmal commented 9 years ago

I have a problem that may be similar. It seems like:

torsday commented 8 years ago

+1

noerw commented 8 years ago

see https://github.com/GitbookIO/gitbook/issues/729 still no fix available?