Use :: instead of ; for navbar (less conflicts). And update readme.
This commit is contained in:
@@ -30,8 +30,8 @@ def generateNavigationBar(lines, pagetitle):
|
||||
|
||||
#parse navigation bar (custom format)
|
||||
if not rawhtml:
|
||||
if ";" in line:
|
||||
title, link = line.split(";", 1)
|
||||
if "::" in line:
|
||||
title, link = line.split("::", 1)
|
||||
|
||||
if line.strip().endswith("|"):
|
||||
dropdown = True
|
||||
|
||||
Reference in New Issue
Block a user