mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
More whitespace
This commit is contained in:
@@ -129,6 +129,7 @@ def is_html_file(path):
|
||||
'.htm',
|
||||
]
|
||||
|
||||
|
||||
def create_media_urls(nav, url_list):
|
||||
"""
|
||||
Return a list of URLs that have been processed correctly for inclusion in a page.
|
||||
@@ -142,3 +143,4 @@ def create_media_urls(nav, url_list):
|
||||
relative_url = '%s/%s' % (nav.url_context.make_relative('/'), url)
|
||||
final_urls.append(relative_url)
|
||||
return final_urls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user