Jim Derry
63234735d8
Allows null value css-prefix to be used in a config file without issuing a warning.
2015-11-26 11:21:48 +08:00
Paul Howarth
baad0b0064
Don't mangle the output filename
...
Attached patch works for me, and shouldn't affect any other option
processing.
2015-11-11 11:28:47 +01:00
Geoff McLane
800b91e576
Issue #65 - effect name change to skip-nested, and default to on
2015-11-05 15:19:39 +01:00
Jim Derry
32ce272f75
Fix indent-with-tabs for library use.
2015-11-04 12:44:15 +08:00
Geoff McLane
d541405a2a
Eventually complete a 2007 fix
2015-09-16 13:17:50 +02:00
Geoff McLane
cbae924a40
Oops, missed setting 'type' for TidyVertSpace.
...
This was evidenced by an 'assert' failure, that the type was not an 'int'!
And also in the -xml-help output, thus effecting the tidy.1 manual page
for this new feature --vertical-space auto, which produces almost single
line html output.
This 'fix' began in the issue-228 branch - see Issue #231
2015-07-31 13:39:06 +02:00
Geoff McLane
16580e0926
Revert TidyVertSpace to 'no', and make AutoBool option
2015-07-15 20:54:50 +02:00
Nokome Bentley
991630e523
Changes default for vertical-space
to yes
...
Makes this more similar (but not the same) as the previous default
behaviour.
2015-07-13 15:56:15 +12:00
Geoff McLane
18880eab55
Issue #218 - Do NOT allocate a 1 byte null String buffer.
...
This is when setting a String config value through say tidyOptSetValue
using say tidyOptSetValue(tdoc,id,"").
If the length of the new string is zero then do not allocate a 1 byte
buffer, set it to 0, for the option. Any previous buffer has already been
released.
This means API functions like tidyOptSaveSink will not return erroneous
null String values!
2015-06-08 13:52:00 +02:00
Geoff McLane
b8bc88522c
small fix for indent-with-tabs to have a default xml value
2015-05-25 16:48:39 +02:00
Geoff McLane
d923dd7b2d
Issue #108 - first cut new option --indent-with-tabs yes.
2015-05-22 16:06:12 +02:00
Craig Barnes
ce27a729dc
Remove CVS info blocks
2012-08-08 17:27:29 +01:00
Michael[tm] Smith
a772bbb17f
Let's actually commit the -gdoc feature this time.
2012-06-20 16:55:42 +09:00
Michael[tm] Smith
d194e8726e
Added show-info option. Fixes #6 .
2012-04-02 16:41:05 +09:00
Michael[tm] Smith
2cd21a6693
Added omit-optional-tags option. Fixes #22 .
...
Thanks towolf.
2012-03-24 19:04:46 +09:00
Michael[tm] Smith
1052c2b81e
New merge-emphasis & coerce-endtags options added.
...
Fixes #19 .
2012-03-17 16:26:41 +09:00
Michael[tm] Smith
0c8b587067
Added --doctype=html5 option value. Fixes #17 .
2012-03-15 14:11:01 +09:00
Michael[tm] Smith
bf1c2f67a9
Added drop-empty-elements options. Fixes #19 .
2012-03-15 10:58:10 +09:00
Michael[tm] Smith
6c9895de30
Make UTF-8 the default.
2012-02-16 12:07:03 +09:00
Michael[tm] Smith
b92d7aab88
new
2011-11-17 11:44:16 +09:00