all repos — py-vite @ 70afb5a26f2f9e831b6e9630d0130f3ec97bc719

the original vite, written in python

Enable more convenient extensions

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 23 Jun 2019 09:28:35 +0530
commit

70afb5a26f2f9e831b6e9630d0130f3ec97bc719

parent

7341201160758d23b73356d16f9394e0756cef92

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M vite/vite.pyvite/vite.py

@@ -139,7 +139,7 @@ return page_template

def markdown_render(filename): - html = markdown_path(os.path.join(PAGES_PATH, filename), extras=['metadata', 'fenced-code-blocks']) + html = markdown_path(os.path.join(PAGES_PATH, filename), extras=['metadata', 'fenced-code-blocks', 'header-ids', 'footnotes', 'smarty-pants']) return html