Robert Winkler
e43e4f15da
Renamed addfileExtension to addFileExtension
2016-02-26 16:14:57 +01:00
Hugo de Paix de Coeur
f45d2f3f6e
Added new interface methods to support java.nio.file.Path parameters
2016-02-25 20:05:55 +01:00
Hugo de Paix de Coeur
c69948c78a
Introduce global builder configuration .withAnchorPrefix
...
Introduce copy() method to easily duplicate builders with configuration
2016-02-18 19:00:41 +01:00
Hugo de Paix de Coeur
80ce77826e
Introduce new sectionTitleWithAnchor* to allow users to create titles without anchor, with a custom anchor (will be normalized anyway), or with an auto-generated anchor.
2016-02-18 16:25:30 +01:00
Hugo de Paix de Coeur
3c4ccc8eae
introduce forceLineBreak on all *Line methods
2016-02-18 15:12:49 +01:00
Hugo de Paix de Coeur
577c0a4f94
introduce text, italicText, boldText
...
remove *AsString builders, use a new MarkupDocBuilder with toString() method instead
2016-02-18 15:12:49 +01:00
Hugo de Paix de Coeur
4719827fac
fixed #9 Refactor anchor and cross-reference interface and implementation
2016-02-11 19:09:18 +01:00
Hugo de Paix de Coeur
050f600598
Support for inter-document cross-references in Markdown
2016-02-11 19:09:18 +01:00
Hugo de Paix de Coeur
337c8ba403
renamed crossReference -> crossReferenceAnchor and crossReferenceTitle -> crossReference as it's the default behavior
...
introduced addFilenameExtension (e.g. needed for inter-document cross-references)
fixed anchor normalization (support for ASCII characters in AsciiDoc)
Several workarounds with inter-document cross-references
Removed documentTitleWithAttributes as it's no use as-is
2016-02-10 12:13:32 +01:00
Hugo de Paix de Coeur
5b5a58ee7f
Fixed inter-document cross-references
2016-02-08 16:01:08 +01:00
Hugo de Paix de Coeur
9077a1d422
fixed tests compilation
2016-02-04 17:24:43 +01:00
Hugo de Paix de Coeur
1d62c72512
Renamed TableColumnSpec to MarkupTableColumn
2016-02-03 19:34:52 +01:00
Hugo de Paix de Coeur
1d06f41be8
Cleanups
2016-02-03 19:26:00 +01:00
Hugo de Paix de Coeur
ded602de20
Fixed anchor normalization
2016-02-03 19:15:33 +01:00
Hugo de Paix de Coeur
ff085c43f7
Implemented anchors and crossReferences for Markdown (GFM style)
2016-02-03 18:19:28 +01:00
Hugo de Paix de Coeur
51a1eb2805
More tests
2016-02-03 17:46:34 +01:00
Hugo de Paix de Coeur
74bd2b0d2e
Enhanced support for tables
2016-02-03 17:46:34 +01:00
Hugo de Paix de Coeur
48c48ba56b
Introduced new commands : anchor(anchor), crossReference(anchor, text)
...
Refactored writeToFile for robustness
Cleanups and fixes
2016-02-03 17:46:34 +01:00
Robert Winkler
e6dc1b63d0
Added Apache2 Copyright Header
2015-04-24 08:25:17 +02:00
Robert Winkler
3b880a6a0d
Fixed issue: Comma should be escapes when constructing table in csv format in asciidoc
...
Fixed issue: logback.xml on the classpath
2015-04-15 16:05:33 +02:00
Robert Winkler
3c1fbd6c3a
Initial commit
2015-02-19 16:34:38 +01:00