John MacFarlane
2759960204
RST reader/writer: properly handle table captions.
...
Currently the support for the `.. table` directive is a bit
limited; we don't yet support the `widths` field. But at least
you can have a proper captioned table.
2017-02-11 22:37:07 +01:00
John MacFarlane
1a23bc65b8
Fixed small bug in RST list parsing.
...
See #3432 . Previously the parser didn't handle properly this
case:
* - a
- b
* - c
- d
2017-02-11 20:55:13 +01:00
John MacFarlane
76c55466d3
Use new warnings throughout the code base.
2017-02-11 00:14:44 +01:00
John MacFarlane
47a16065c4
Removed --parse-raw and readerParseRaw.
...
These were confusing.
Now we rely on the +raw_tex or +raw_html extension with latex
or html input.
Thus, instead of
--parse-raw -f latex
we use
-f latex+raw_tex
and instead of
--parse-raw -f html
we use
-f html+raw_html
2017-02-06 23:33:23 +01:00
John MacFarlane
fc8208e8bc
Use unicode-math by default in default.latex template.
...
mathspec will be used in xelatex if the `mathspec` variable is
set; otherwise unicode-math will be used.
Thanks to Václav Haisman.
2017-02-06 10:50:36 +01:00
John MacFarlane
c93ecfc3c5
Handle language in inline code with --listings.
...
Closes #3422 .
2017-02-05 22:22:42 +01:00
John MacFarlane
396d304167
More smart escaping tests.
2017-02-04 22:09:19 +01:00
John MacFarlane
a435422d0f
Consolidated some common functions in Tests.Helper.
2017-02-04 21:56:32 +01:00
John MacFarlane
ce9ec67970
Added first command test to cabal metadata and repo.
2017-02-04 21:56:32 +01:00
Albert Krewinkel
623d860be6
Org writer: reduce to two spaces after bullets
...
The org writer was inserting two spaces after list bullets. Emacs
Org-mode defaults to a single space, so behavior is changed to reflect
this.
Closes : #3417
2017-02-04 21:15:05 +01:00
John MacFarlane
49c7cf40fe
Added new test framework Tests.Command.
...
Any files added under test/command will be treated as
shell tests (see smart.md for an example).
This makes it very easy to add regression tests etc.
2017-02-04 21:07:03 +01:00
John MacFarlane
7ea4ad11bb
Added skeleton for Tests.Command.
2017-02-04 17:38:03 +01:00
John MacFarlane
18ab864269
Moved tests/ -> test/.
2017-02-04 12:56:30 +01:00