start syntax conversion
This commit is contained in:
parent
79669825eb
commit
0ab27b528a
@ -1,6 +1,9 @@
|
|||||||
|
import re
|
||||||
|
|
||||||
class content:
|
class content:
|
||||||
def __init__(self, content):
|
def __init__(self, content):
|
||||||
self.content = content
|
self.spip = content
|
||||||
|
|
||||||
def get_markdown(self):
|
def get_markdown(self):
|
||||||
return self.content
|
markdown = self.spip
|
||||||
|
return markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user