Skip to content

Commit

Permalink
Merge pull request #1081 from yarikoptic/patch-1
Browse files Browse the repository at this point in the history
minor typo: currently -> current
  • Loading branch information
jcb91 authored Sep 7, 2017
2 parents 18865e3 + 6cd93f5 commit 98abd76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.


0 comments on commit 98abd76

Please sign in to comment.