Eliminado venv y www del repositorio, agrege un requirements igual

This commit is contained in:
2020-11-22 21:14:46 -03:00
parent 18cf2d335a
commit 199a1e2a61
820 changed files with 15495 additions and 22017 deletions

View File

@@ -369,8 +369,8 @@ class InlineProcessor(Treeprocessor):
lst = self.__processPlaceholders(
self.__handleInline(text), child
)
for l in lst:
self.parent_map[l[0]] = child
for item in lst:
self.parent_map[item[0]] = child
stack += lst
insertQueue.append((child, lst))
self.ancestors.pop()