Commit Graph

51 Commits (6082786f92a68c93072cfb9ec4559637beb28315)

Author SHA1 Message Date
Matti Pastell 6082786f92 Allow setting document options in YAML header 2019-03-05 19:36:27 +02:00
Matti Pastell 52f3a23d28 Allow format specific options in header 2019-03-05 16:44:10 +02:00
Matti Pastell bf57bf8a07
Use align for ```math blocks (#143)
* Use align for ```math blocks
* Fix deprecation from inline parsing
* Update tests
2018-08-23 08:22:08 +03:00
Matti Pastell 0956ce6dff Fix more deprecations 2018-07-23 19:35:15 +02:00
Matti Pastell 83c506252d Fix formatting deprecations 2018-07-23 19:29:07 +02:00
femtocleaner[bot] f04b67f69b Fix deprecations (#135)
* Fix deprecations

* Fix html output
2018-07-23 13:37:25 +03:00
Matti Pastell 15d4cdf512 Update md2tex format tests. Closes #107 2018-01-03 19:07:14 +02:00
femtocleaner[bot] 2693389a3a Fix deprecations 2017-12-31 12:02:28 +00:00
Matti Pastell ebd4f6dbed Allow empty cells in scripts 2018-01-02 15:48:56 +02:00
Matti Pastell 888b732f86 Fix output for `term=true`. Closes #82. 2017-03-13 15:05:07 +02:00
Matti Pastell 3837142f9b Add cache/restore for inline code 2016-12-27 21:46:23 +02:00
Matti Pastell a7cd923e27 Format inline chunks 2016-12-27 00:59:15 +02:00
Matti Pastell f63fe62445 Added parsing of inline code 2016-12-26 20:06:03 +02:00
Matti Pastell a2b63b8f07 Fix handling of \r #72 2016-12-22 21:40:07 +02:00
Matti Pastell 96f4fd03b8 Fix extra whitespace from reader and format 2016-12-19 18:42:00 +02:00
Matti Pastell e3051a7525 Several fixes to tex formatter and template 2016-12-16 20:24:41 +02:00
Matti Pastell 277c6f3e0f Added titleblock parsing and formatting to tex template #63 2016-12-15 00:07:56 +02:00
Matti Pastell d5bbf4f678 Add parsing of YAML header #63 2016-12-14 21:50:29 +02:00
Matti Pastell 85b661f2cd Add ipynbas input format #48 2016-12-11 20:23:19 +02:00
Matti Pastell 56e92c648c Remove compat macros 2016-11-03 10:41:29 +02:00
Matti Pastell 4483f6f052 Improved regex for start of markdown chunks 2016-04-26 18:45:26 +03:00
Matti Pastell 8ffef8ff7d Tweaks to markdown reader regex 2016-04-25 23:52:14 +03:00
Matti Pastell ec00702fe0 Fix to script reader 2016-04-22 16:42:51 +03:00
Matti Pastell 42faaae5de Detect informat based on file extension 2016-04-22 15:39:25 +03:00
Matti Pastell 2b5e8ee968 Make mathjax work with sef-contained pandoc, fix a bug in script reader 2016-04-22 13:18:33 +03:00
Matti Pastell 54ada93bdd First version of script reader implemented, needs testing 2016-04-21 19:02:08 +03:00
Matti Pastell 6f4fa68427 Make inputs have a type, old readers work 2016-04-21 18:51:06 +03:00
Matti Pastell 92a5a372c4 Updates to gadfly sample 2016-04-20 21:31:55 +03:00
Matti Pastell 54a9a79e98 Changed readall to @compat readstring 2016-04-20 21:01:14 +03:00
Matti Pastell bb613d1017 Fixed extra empty space in first doc chunk, tweaks to html style 2016-04-20 16:32:22 +03:00
Matti Pastell f50c94d0ed First version of documentation with Documenter.jl and mkdocs. Remove Docile depency 2016-04-19 16:10:10 +03:00
Matti Pastell a0fbf826c0 Fix deprecation warning from mmap 2016-04-12 17:16:44 +03:00
= 0e44f9683c Make string AbstractStrings 2016-04-11 18:47:23 +03:00
Matti Pastell 97fe1a43bd Capturing output now works with new options. Needs new tests and need to clean up obsolete code. Caching is broken 2015-01-11 23:38:58 +02:00
Matti Pastell 5d1f5ab4d7 Refactoring to cleaner API. Added WeaveDoc type.
Reading and running chunks now return WeaveDoc's.
Cleaned weave function significantly.
2015-01-07 00:01:25 +02:00
Matti Pastell e76e823a3d Made report object local, closes #3 2015-01-06 00:56:47 +02:00
Matti Pastell 3c4cc04e14 Sepated reading and parsing to different methods 2015-01-06 00:31:24 +02:00
Matti Pastell 42108cb69d Changing chunk representation to own type instead of just Dicts. Reader works, everyting else is broken 2015-01-04 15:18:17 +02:00
Matti Pastell 784a524d86 Cleaning for release 2014-12-08 11:43:29 +02:00
Matti Pastell 8fd8de5a4c Added tests, fix to markdown parsing 2014-12-06 19:16:45 +02:00
Matti Pastell 85bfafb760 Improved markdown reader 2014-12-06 16:40:50 +02:00
Matti Pastell 70b2df47aa Implemented markdown reader 2014-12-06 00:17:54 +02:00
Matti Pastell 3830ef9e54 Initial Gadfly support 2014-12-03 23:34:29 +02:00
Douglas Bates 5daa95287d Parse the chunk options as a set of Julia expressions and store options in a Dict{Symbol,Any} 2014-12-01 16:58:12 -06:00
Douglas Bates b67b20eb15 Memory map the document file as an array of bytes then split. 2014-12-01 15:16:51 -06:00
Matti Pastell dbc0a08fe1 formatting fix 2014-12-01 23:06:57 +02:00
Matti Pastell 5d95c806d5 Merge branch 'master' of https://github.com/dmbates/JuliaReport.jl
Conflicts:
	REQUIRE
	src/config.jl
	src/readers.jl
2014-12-01 22:58:26 +02:00
Matti Pastell bd4af9c326 Fixes to Winston support 2014-12-01 22:41:12 +02:00
Douglas Bates ba98eb4a62 Use @compat for new Dict syntax 2014-12-01 12:31:44 -06:00
Matti Pastell 13458bf001 Exception handling for invalid chunk options 2014-11-27 13:09:42 +02:00