diff --git a/src/jupyter_contrib_nbextensions/nbextensions/python-markdown/readme.md b/src/jupyter_contrib_nbextensions/nbextensions/python-markdown/readme.md index fe39188..941e8b3 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/python-markdown/readme.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/python-markdown/readme.md @@ -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. - \ No newline at end of file +