Merge pull request #1081 from yarikoptic/patch-1

minor typo: currently -> current
This commit is contained in:
Josh Barnes
2017-09-07 16:26:08 +01:00
committed by GitHub
@@ -1,7 +1,7 @@
Python Markdown
===============
The **Python Markdown** extension allows displaying output produced by the currently kernel
The **Python Markdown** extension allows displaying output produced by the current kernel
in markdown cells. The extensions is basically agnostic to the kernel language, however most
testing has been done using Python.
@@ -83,4 +83,4 @@ when converting the notebook to an output file format.
Unfortunately, embedding in LaTeX is not supported currently, as computing expressions between the curly braces
and rendering LaTeX equations is happening asynchronously, and it is difficult to handle this in a consistent way.
Ideas or pull request to implement this functionality are welcome.