mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix #65. Unicode, grr. Thanks Bruno Bord.
This commit is contained in:
parent
816d2cd4b4
commit
06246d1aa4
6 changed files with 9 additions and 6 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from docutils import core
|
||||
from markdown import Markdown
|
||||
import re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue