[DEV] generated code is now usable

This commit is contained in:
2013-12-27 21:35:30 +01:00
parent 378ba0b8fa
commit 7d217467dc
8 changed files with 360 additions and 143 deletions

View File

@@ -83,6 +83,11 @@ def transcode(value):
value,
flags=re.DOTALL)
value = re.sub(r'\[note\](.*?)\[/note\]',
r'<br/><b>Note:</b><pre>\1</pre>',
value,
flags=re.DOTALL)
value = re.sub(r'____(.*?)\n',
r'<hr>',
value,