Timon Van Overveldt
13682e1342
Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. ( #2432 )
...
The pulldown_cmark escaping functionality is now shipped in a separate
pulldown_cmark_escape crate
(https://crates.io/crates/pulldown-cmark-escape ), starting with v0.10.0.
The markdown.rs module has to be adapted to a few API changes in
pulldown_cmark, and we have to introduce explicit handling of <img> alt
text to ensure it continues to be properly escaped.
There are also a few other behavior changes that are caught by the
tests, but these actually seem to be desired, so I've updated the insta
snapshot files for those tests to incorporate those changes.
Specifically, one footnote-parsing case seems to be handled better now,
and pulldown-cmark's `push_html` now doesn't escape quotes in text nodes
anymore (see https://github.com/pulldown-cmark/pulldown-cmark/pull/836 ).
2024-06-20 23:15:24 +02:00
Vincent Prouillet
e2f5c490bb
Update deps
2023-12-18 23:24:06 +01:00
Vincent Prouillet
8b18ca018f
Update changelog and deps
2023-12-18 23:24:06 +01:00
Vincent Prouillet
b1f1e64da3
Update deps
2023-12-18 23:24:06 +01:00
Eldred Habert
8fe219a716
Update grass
to 0.13 ( #2321 )
...
This allows benefitting from some bugfixes (potentially breaking but
better compatibility with the reference Sass impl)
2023-12-18 23:24:06 +01:00
Vincent Prouillet
35aab566f9
Update deps
2023-12-18 23:24:06 +01:00
Vincent Prouillet
cf99b5a95f
Update changelog
2023-12-18 23:24:06 +01:00
Vincent Prouillet
f6d27cd538
Update changelog
2023-03-19 20:36:25 +01:00
Vincent Prouillet
3186d4b474
Update deps
2023-03-19 20:36:25 +01:00
Vincent Prouillet
e42283e916
Prepare for release
2023-02-24 22:20:26 +01:00
Vincent Prouillet
6f683ce5c6
get ready for release
2023-02-16 20:49:03 +01:00
Vincent Prouillet
193d97d930
Update changelog & test-case
2023-02-16 20:49:03 +01:00
Vincent Prouillet
6b461495fd
cargo fmt
2023-02-16 20:49:03 +01:00
Vincent Prouillet
0b31fc10d2
Add test for #1566
...
Closes #1566
2023-02-16 20:49:03 +01:00
Vincent Prouillet
b4a8d3ce75
Update changelog & mockito
2023-02-16 20:49:03 +01:00
Vincent Prouillet
b2f8a94b8d
Try to disable uninlined format lint
2023-02-16 20:49:03 +01:00
Vincent Prouillet
4cd80a3df2
Update toml lib
...
Closes #1313
2023-02-16 20:49:03 +01:00
Vincent Prouillet
9f490bfb81
clippy
2023-02-16 20:49:03 +01:00
Vincent Prouillet
ee4cbb649a
Handle pages named index.md in sections
...
Closes #2082
2023-02-16 20:49:03 +01:00
Vincent Prouillet
bb171009a1
Revert "Use reqwest rustls-tls"
...
This reverts commit 17c8aa77a5
.
2023-02-16 20:49:03 +01:00
Vincent Prouillet
61570bbf57
Use reqwest rustls-tls
...
Easier cross-compiling
Closes #1569
2023-02-16 20:49:03 +01:00
Vincent Prouillet
d43b5e12ca
fmt + changelog + updates
2023-02-16 20:49:03 +01:00
Vincent Prouillet
4aaed16c6d
Update base64
2023-02-16 20:49:03 +01:00
Vincent Prouillet
fcbb21abca
Replace libsass by grass
...
Closes #1535
Closes #2022
2023-02-16 20:49:03 +01:00
Vincent Prouillet
c22ee676d3
Update some deps
2023-02-16 20:49:03 +01:00
Vincent Prouillet
95c56d47bf
Update deps
2023-02-16 20:49:03 +01:00
Vincent Prouillet
ee961056c8
Simplify taxonomy term struct
2023-02-16 20:49:03 +01:00
Vincent Prouillet
3d45cffb72
Last cargo update
2022-08-14 16:08:48 +02:00
Vincent Prouillet
2a445fa4dc
Update deps
2022-08-14 16:08:48 +02:00
Vincent Prouillet
fd565243a2
Next version will be 0.16.1
2022-08-14 16:08:48 +02:00
Vincent Prouillet
d8d9604625
update deps
2022-08-14 16:08:48 +02:00
Vincent Prouillet
e62164eee4
Update deps
2022-07-16 23:04:24 +02:00
Vincent Prouillet
342569a92a
Update deps
2022-07-10 16:31:09 +02:00
bemyak
065e8e64e5
Apply orientation transformation based on EXIF data ( #1912 )
2022-07-07 23:19:13 +02:00
Vincent Prouillet
d22f579b45
Specify mime version
...
Closes #1845
2022-06-10 21:20:25 +02:00
Vincent Prouillet
e8fe51a344
Update changelog and deps
2022-06-10 20:14:38 +02:00
Matt Ickstadt
e9e6cadc6c
Update to elasticlunr-rs 3.0.0 ( #1873 )
2022-06-03 23:25:42 +02:00
Michael Clayton
6240ed5469
add link_checker settings for external_level and internal_level ( #1848 )
...
* add external_level and internal_level
* remove unnecessary debug derive on LinkDef
* clarify doc comment about link check levels
* simplify link checker logging
* add missing warn prefix
* simplify link level logging, remove "Level" from linklevel variants
* remove link level config from test site
* switch back to using bail! from get_link_domain
* move console's deps to libs
* remove unnecessary reference
* calling console::error/warn directly
* emit one error, or one warning, per link checker run
* various link checker level changes
* add docs about link checker levels
* remove accidentally committed test site
* remove completed TODO
2022-05-11 21:54:34 +02:00
Vincent Prouillet
413a68d8b2
Fix tests
2022-05-06 22:55:29 +02:00
Vincent Prouillet
ee8de20a6e
Update syntect
2022-05-05 23:41:06 +02:00
Vincent Prouillet
844576e32e
Remove unused deps thanks to cargo-machete
2022-04-27 19:49:57 +02:00
Vincent Prouillet
9ab1bf2e4e
Re-organise content and remove slotmap indirection level ( #1827 )
2022-04-26 20:51:04 +02:00
Vincent Prouillet
c11ae6ef28
Use anyhow ( #1816 )
...
Also fixes #1783
2022-04-01 21:37:38 +02:00
Vincent Prouillet
62a0e7b1fd
Update deps
2022-03-23 10:00:55 +01:00
Michael Clayton
336a2716e0
switch from chrono to time ( #1790 )
...
* switch from chrono to time
* remove some unused time features
* get utc offset before threading begins
2022-03-20 22:01:01 +01:00
Vincent Prouillet
2feda3ec61
Update deps
2022-03-04 21:36:35 +01:00
doomy
88e0624f11
Added XML support for load_data ( #1769 )
...
Co-authored-by: doomy <2640792-_doomy@users.noreply.gitlab.com>
2022-03-04 21:28:08 +01:00
Vincent Prouillet
a67370b8d8
Update pulldown_cmark
2022-03-04 00:16:48 +01:00
Vincent Prouillet
40d7208493
Refactoring rendering tests
2022-03-03 12:41:19 +01:00
liushuyu
821fa38bc1
build: include metadata in Windows binary ( #1735 )
2022-02-14 11:08:40 +01:00