Skip to content

Commit d2d02b5

Browse files
committedJan 16, 2017
Fixing description.
1 parent 393b670 commit d2d02b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎v7/latex/latex.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ PluginCategory = PageCompiler
99
Author = Felix Fontein
1010
Version = 0.1
1111
Website = https://felix.fontein.de
12-
Description = Compile LaTeX-similar text to HTML
12+
Description = Compile a subset of LaTeX to HTML

‎v7/latex/latex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2525
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626

27-
"""Compile LaTeX-similar text to HTML."""
27+
"""Compile a subset of LaTeX to HTML."""
2828

2929
from __future__ import unicode_literals
3030

0 commit comments

Comments
 (0)
Please sign in to comment.