Vladislav Nikonov
b1091bbb45
Implemented emoji aliases support in markdown files ( #1194 )
...
* Implemented emoji aliases support in markdown files
* Added emoji aliases rendering unit tests
* Added bench for emoji
2020-12-14 20:43:31 +01:00
Vincent Prouillet
f786783299
Update pulldown_cmark
2020-09-03 21:22:20 +02:00
Vincent Prouillet
752716f292
Not sure it changes anything but...
2020-06-15 19:14:35 +02:00
Vincent Prouillet
fbf431d612
Update syntect, using rust-onig with bindgen temporarily
2020-05-12 20:07:02 +02:00
Vincent Prouillet
bc496e6101
Update syntaxes and syntect
2020-04-29 22:35:28 +02:00
Vincent Prouillet
15a3ab1a51
One last deps update
2020-02-16 19:17:41 +01:00
Sam Ford
e804f907b2
Use Rust 2018 edition ( #885 )
2020-02-02 17:48:43 -08:00
Vincent Prouillet
ceb9bc8ed7
Optionally do not slugify paths ( #875 )
...
* maybe_slugify() only does simple sanitation if config.slugify is false
* slugify is disabled by default, turn on for backwards-compatibility
* First docs changes for optional slugification
* Remove # from slugs but not &
* Add/fix tests for utf8 slugs
* Fix test sites for i18n slugs
* fix templates tests for i18n slugs
* Rename slugify setting to slugify_paths
* Default slugify_paths
* Update documentation for slugify_paths
* quasi_slugify removes ?, /, # and newlines
* Remove forbidden NTFS chars in quasi_slugify()
* Slugification forbidden chars can be configured
* Remove trailing dot/space in quasi_slugify
* Fix NTFS path sanitation
* Revert configurable slugification charset
* Remove \r for windows newlines and \t tabulations in quasi_slugify()
* Update docs for output paths
* Replace slugify with slugify_paths
* Fix test
* Default to not slugifying
* Move slugs utils to utils crate
* Use slugify_paths for anchors as well
2020-02-02 17:48:43 -08:00
Vincent Prouillet
8e3f1f59f6
Update Tera
2020-02-02 17:48:43 -08:00
Marcus Klaas de Vries
4fd5d3f348
Bump pulldown_cmark to version 0.6.0 ( #797 )
...
* Bump pulldown_cmark to version 0.6.0
* Rename headers to headings
2019-09-06 23:36:30 +02:00
Vincent Prouillet
a6db79f89b
Use fixed version for syntect
...
>3.2.0 has an updated onig version which requires llvm
which isn't built in azure pipelines in Windows
2019-08-12 22:48:39 +02:00
Vincent Prouillet
df720a5baf
Update deps
2019-06-21 09:24:14 +02:00
Vincent Prouillet
0aee33f9c5
Add very copy/pasty impl of anchor checking
2019-06-06 19:49:40 +02:00
Vincent Prouillet
fae644cffe
Update pulldown_cmark
...
Close #693
2019-05-29 20:33:36 +02:00
Vincent Prouillet
283a15cd93
Fix some deprecation notice of pest
2019-03-19 21:35:49 +01:00
Vincent Prouillet
3eaf13d49b
Update pulldown_cmark
2019-03-15 21:29:51 +01:00
Vincent Prouillet
1e2dd9ce03
Update tera to v1 alpha
2019-01-23 19:20:43 +01:00
Vincent Prouillet
e2c3bb2ce2
Fix shortcodes <-> markdown indentation
2018-11-16 18:19:38 +01:00
Vincent Prouillet
56af4ca7f9
Add page_template to sections
...
To override all child pages
Closes #397
Tests from PR #434
2018-11-07 19:42:23 +01:00
Vincent Prouillet
0b0b4a86db
Update pest for shortcode parser
2018-10-09 15:24:56 +02:00
Vincent Prouillet
ee3f4dc511
Update to syntect 3
2018-10-09 14:33:43 +02:00
Vincent Prouillet
3e48ff24b5
Add an external link checker
...
Close #115
2018-07-16 21:15:50 +02:00
Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
2018-07-05 17:43:48 +02:00
Vincent Prouillet
85e13483eb
Use the new shortcode parser
2018-06-25 18:00:05 +02:00
Vincent Prouillet
204f514c0e
WIP: new markdown rendering
2018-06-25 17:59:04 +02:00
Vincent Prouillet
7f48b9bee8
Update more deps and appveyor config
2018-06-22 13:39:29 +02:00
Vincent Prouillet
bcf42a0c10
The wonders of serde default, take 2
2018-03-20 18:42:42 +01:00
Vincent Prouillet
45fc1ee761
Release 0.3.1
2018-02-15 10:41:49 +01:00
Vincent Prouillet
11bfd7b2be
Tera 0.11 has been released
2018-01-22 15:10:03 +01:00
Vincent Prouillet
77634ebe83
Update syntect
2018-01-02 17:46:51 +01:00
Vincent Prouillet
bfdc93f948
Cargo update
2017-12-29 19:51:22 +01:00
Vincent Prouillet
cfefb45913
Update to Tera 0.11 beta
2017-11-26 10:07:34 +01:00
Geoff Shannon
c19e900bec
Extract syntex highlighting module into a new component in workspace
...
This removes the dependency cycle between config and rendering that
causes 4 packages to be recompiled every time a change is made.
I just want to code fast!
2017-10-30 13:55:14 -07:00
Vincent Prouillet
ce704097a4
Add benches for rendering crate
2017-07-04 21:27:32 +09:00
Vincent Prouillet
c3b525745e
Convert project to a workspace
2017-07-01 16:47:41 +09:00