Home | History | Annotate | Download | only in scripts

Lines Matching refs:headlines

113     Gets headlines from the markdown document and creates anchor tags.
139 headlines = []
172 headlines.append(dashified)
177 return out_contents, headlines
179 def positioningHeadlines(headlines):
184 for row in headlines:
189 for row in headlines:
191 return headlines
193 def createToc(headlines, hyperlink=True, top_link=False, no_toc_header=False):
199 headlines: list of lists
207 Returns a list of headlines for a table of contents
218 for line in headlines: