various: enhance indexing with IndexMark
svn: r6850
This commit is contained in:
@@ -369,7 +369,7 @@ class AsciiDoc(BaseDoc.BaseDoc):
|
||||
#
|
||||
# Writes text.
|
||||
#--------------------------------------------------------------------
|
||||
def write_text(self,text,key=""):
|
||||
def write_text(self,text,mark=None):
|
||||
text = text.replace('<super>','[')
|
||||
text = text.replace('</super>',']')
|
||||
self.text = self.text + text
|
||||
|
||||
Reference in New Issue
Block a user