Commit Graph

615 Commits (4dfa7da71f1b1bb5fa3d9e24a1376d7d748ac76a)

Author SHA1 Message Date
Shuhei Kadowaki 4dfa7da71f update doc deps 2020-03-04 19:20:03 +09:00
Shuhei Kadowaki 4cfcc61fb6 introduce compat helper 2020-03-04 18:01:36 +09:00
Shuhei Kadowaki d9b37f8244 fix compats 2020-03-04 18:01:26 +09:00
Sebastian Pfitzner 79a3d73882
Merge pull request #268 from aviatesk/update
updates
2020-03-04 09:25:52 +01:00
Shuhei Kadowaki d4ce8cdb6b update travis 2020-03-04 02:05:04 +09:00
Sebastian Pfitzner d108e4a1dc
Merge pull request #272 from JuliaTagBot/master
Install TagBot as a GitHub Action
2020-02-18 13:10:23 +01:00
Julia TagBot fd216ca1f5 Install TagBot as a GitHub Action 2020-02-08 20:51:08 +07:00
aviatesk e18c5f35e3 update comment 2020-01-07 23:51:55 +09:00
aviatesk d0ecc30f52 bump version 2020-01-05 16:11:19 +09:00
aviatesk 6ca6c51ea6 rm REQUIRE 2020-01-05 15:21:02 +09:00
aviatesk 652b19cd0f fixes #232 2020-01-05 15:18:41 +09:00
Sebastian Pfitzner 72e7ccfe8a
Merge pull request #257 from aminya/patch-1
Update old markdown link
2019-11-04 09:23:39 +01:00
Amin Yahyaabadi a64fccbf2c
Update old markdown link 2019-11-03 07:00:37 -06:00
Sebastian Pfitzner 585c4111b6
Merge pull request #255 from sebastianpech/fix-test
Fix inline tests after Highlights update
2019-10-23 09:04:01 +02:00
Sebastian Pech 05c93b8607 Fix inline tests after Highlights update 2019-10-22 20:10:27 +02:00
Sebastian Pfitzner 3d673d0338
Merge pull request #244 from sebastianpech/disable-unicode-escape
Add argument to weave function to disable unicode escape
2019-10-21 19:48:29 +02:00
Sebastian Pech c9e26d5638 Rename escape_unicode and move to tex based formatdicts 2019-10-15 21:48:05 +02:00
Sebastian Pech 0018f0e24c Fix new expected output in ref for new escape char 2019-10-15 17:18:50 +02:00
Sebastian Pech da66a8f272 Add escape_unicode to docstring 2019-10-15 14:20:11 +02:00
Sebastian Pfitzner d31d16581b
Merge pull request #247 from xiaodaigh/patch-1
Update usage.md
2019-09-29 10:57:02 +02:00
evalparse 31d3c2da56
Update usage.md 2019-09-28 17:41:54 +10:00
Sebastian Pfitzner b01b18ea2f
Merge pull request #241 from sebastianpech/figures
Improve usage of different figure environments in latex
2019-09-05 12:34:45 +02:00
Sebastian Pech bd5ff7031c Add argument for disabling unicode escaping 2019-09-05 10:13:49 +02:00
Sebastian Pfitzner 9fa28726ed
Merge pull request #243 from MatFi/patch-1
Fixed missing comma in example
2019-09-03 10:35:39 +02:00
MatFi 4fcee4d0e2
Update getting_started.md 2019-09-03 10:07:35 +02:00
Sebastian Pfitzner 3be6245820
Merge pull request #225 from devmotion/patch-1
Update badges
2019-08-29 12:39:48 +02:00
Sebastian Pech fa4a1a629d Add function to convert percentages to matching latex widths 2019-08-25 19:19:31 +02:00
Sebastian Pech 1b450b9e3d Fix docs \linewidth and fig_pos defaulting to !h 2019-08-25 17:16:59 +02:00
Sebastian Pech eeb723981d Fix printing [] if fig_env is empty string 2019-08-25 10:25:57 +02:00
Sebastian Pech 474cb6e4b2 Combine formatfigures for Tex and JMarkdown2tex 2019-08-25 09:39:03 +02:00
Tamas Nagy 51903c3df3
Merge pull request #239 from sebastianpech/Fixcaptureoutput
Fix displayed output produced by capture_output
2019-08-22 10:59:02 -07:00
Sebastian Pech 4d7a444246 Fix displayed output produced by capture_output 2019-08-21 15:03:22 +02:00
Tamas Nagy e7e5bd7c7f
explicitly add julia to compat section
see https://github.com/JuliaRegistries/General/pull/1616#issuecomment-506636070
2019-07-01 13:26:12 -07:00
David Widmann 18cce8472b
Update badges
The section "Documentation" in the README still contained the old broken links. Appveyor and Coveralls badges should be added again once the services are enabled for the moved repository.
2019-06-29 00:54:38 +02:00
Kevin Bonham 36464be927 Fix docs links in README (#224)
These links are giving 404 errors, so I thought I'd fix them :-)
2019-06-28 21:01:03 +03:00
ilia-kats 02134d29d5 use the minted jlcon lexer for terminal mode (#205) 2019-06-27 09:00:43 +03:00
Viral B. Shah 59edca786d
Create FUNDING.yml 2019-06-26 17:44:20 -04:00
Sebastian Pfitzner ed41be610a
Merge pull request #221 from thofma/master
Add html rendering of Markdown tables
2019-06-26 12:10:46 +02:00
Tommy Hofmann 1c0506342e Add html rendering of Markdown tables 2019-06-26 11:19:11 +02:00
Sebastian Pfitzner 9f664ba5a6
Merge pull request #202 from tshort/hook-fix
Fix hooks and add a push/pop hook to the test
2019-06-25 18:10:38 +02:00
Tamas Nagy 9e462a480b
bump version number for patch release
[ci skip]
2019-06-19 10:40:25 -07:00
Tamas Nagy df7f0d1f3c
Merge pull request #215 from Oblynx/patch-1
Fix mpastell/Weave.jl#214
2019-06-19 10:39:37 -07:00
Arnav Sood 5d3e05511e allow configuration of jupyter command while weaving notebooks, fixes #194
* notebook refactor and tests

* update PR

* add jupyter test jmd

* add back full warnings and remove debugging output

* Update test filename [ci skip]

* Conda for CI

* update for CI?

* remove Conda, IJulia, and tests for now

* Project.toml changes suggested by tinagly

* revive travis tests

* comment out nb tests
2019-06-19 10:26:13 -07:00
Tamas Nagy 6621920bec
Merge pull request #218 from davidanthoff/vscode
Mention VS Code extension in README
2019-06-12 11:48:05 -07:00
David Anthoff 975a67ad44 Mention VS Code extension in README 2019-06-10 11:23:01 -07:00
Konstantinos Samaras-Tsakiris ea1de0fb9e
Fix mpastell/Weave.jl#214
Fixes incorrect UTF-8 string handling as described in https://github.com/mpastell/Weave.jl/issues/214.
2019-06-04 21:02:40 +03:00
tshort bd69ef1f59 Fix hooks and add a push/pop hook to the test 2019-04-27 13:17:29 -04:00
Matti Pastell c9a814759d Release 0.9.0 2019-03-11 16:09:15 +02:00
Matti Pastell 95e860816c Restore .ps and .js.svg to Gadfly 2019-03-11 15:13:30 +02:00
Matti Pastell 99db6a9406 Actually fix include_weave 2019-03-11 14:25:17 +02:00