From d8988786280c24ca7f76b389c982a77e5fbb7f54 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Feb 2015 18:11:04 -0800 Subject: Use --smart option in producing spec. --- tools/makespec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/makespec.py') diff --git a/tools/makespec.py b/tools/makespec.py index ec2296d..b2b8ab2 100755 --- a/tools/makespec.py +++ b/tools/makespec.py @@ -126,7 +126,7 @@ elif specformat == "html": toclines.append(indent + '* [' + section['number'] + ' ' + section['contents'] + '](#' + section['ident'] + ')') toc = '
\n\n' + '\n'.join(toclines) + '\n\n
\n\n' - prog = "cmark" + prog = "cmark --smart" [retcode, result, err] = pipe_through_prog(prog, toc + mdtext) if retcode == 0: result = re.sub(r'␣', ' ', result) -- cgit v1.2.3