Another textspec formatting tweak

This commit is contained in:
str4d
2015-11-14 20:41:05 +00:00
parent fb3836384e
commit ced12f991a

View File

@ -62,6 +62,7 @@ def spec_show(name, txt=False):
content = content.replace('.. meta::\n', '')
content = content.replace('.. raw:: html\n\n', '')
content = content.replace('\n.. [', '\n[')
content = content.replace(']_.', '].')
content = content.replace(']_', '] ')
# Change highlight formatter
content = content.replace('{% highlight', "{% highlight formatter='textspec'")