Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 26, 2015
1 parent ce9f224 commit 65e55a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.3.38",
version = "0.3.39",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand Down
2 changes: 1 addition & 1 deletion src/appier_extras/utils/markdown.py
Expand Up @@ -377,7 +377,7 @@ def generate_header(self, node):
self._close_all()
self.open("<h%d id=\"%s\">" % (level, hash))
self._generate(value)
if achors: self.emit("<a class=\"anchor\" href=\"#%s\"></a>" % hash)
if achors: self.emit("<a class=\"anchor\" href=\"#%s\">&para;</a>" % hash)
self.close("</h%d>" % level)

def generate_list(self, node):
Expand Down

0 comments on commit 65e55a0

Please sign in to comment.