josh rotenberg
191dccab10
fix typo
2021-12-06 08:06:07 -08:00
Eric Huss
5eb7d46a99
Merge pull request #1696 from ehuss/bump-version
...
Update to 0.4.14
2021-11-27 10:34:17 -08:00
Eric Huss
dffcedf031
Update to 0.4.14
2021-11-27 10:10:51 -08:00
Eric Huss
c9b6be8660
Merge pull request #1675 from ehuss/deprecate-ga
...
Deprecate google-analytics
2021-11-27 09:53:44 -08:00
Eric Huss
23af80c506
Merge pull request #1685 from igxactly/fix-ios-text-size-landscape
...
Prevent iOS Safari from enlarging text in landscape orientation
2021-11-20 10:01:41 -08:00
Eric Huss
857acb9759
Merge pull request #1683 from abdnh/strip-html-from-anchor-ids
...
Strip HTML tags from anchor IDs
2021-11-20 09:47:18 -08:00
Eric Huss
2ddcb43899
Merge pull request #1668 from joshrotenberg/update-pulldown-cmark
...
Update pulldown-cmark to 0.8.0 and use Smart Punctuation feature
2021-11-20 08:33:45 -08:00
josh rotenberg
1c0983b811
use pulldown cmarks curly quotes
2021-11-19 17:26:30 -08:00
josh rotenberg
1be69af553
need to actually enable it
2021-11-19 15:14:22 -08:00
josh rotenberg
c63000f365
Merge remote-tracking branch 'upstream/master' into update-pulldown-cmark
2021-11-19 15:01:04 -08:00
Ingu Kang
bbaa0ea1fa
Prevent iOS Safari from enlarging text in landscape orientation
...
referernces:
- https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust#basic_disabling_usage
- https://trac.webkit.org/changeset/261940/webkit
2021-11-13 15:37:20 +09:00
Abdo
58bc92d380
Strip HTML tags from anchor IDs
2021-11-10 00:41:44 +03:00
Eric Huss
17d1ed3716
Merge pull request #1676 from YJDoc2/add_triagebot
...
Add minimal traigebot config
2021-10-27 09:31:40 -07:00
Yashodhan Joshi
8df8ce063d
Add minimal traigebot config
2021-10-27 19:31:08 +05:30
Eric Huss
c3ff4a5129
Deprecate google-analytics.
2021-10-24 11:43:37 -07:00
Eric Huss
4d20fa578b
Merge pull request #1642 from ehuss/stabilize-2021
...
Stabilize 2021 flag.
2021-10-24 10:30:55 -07:00
Eric Huss
9e47498458
Merge pull request #1662 from YJDoc2/test-book
...
Add a Test Book to verify style changes against
2021-10-24 10:01:22 -07:00
josh rotenberg
903469a45f
update pulldown-cmark to 0.8.0
2021-10-13 20:27:00 -07:00
Yashodhan Joshi
b8ef89db62
Add rust specific codeblock examples
2021-10-05 12:11:29 +05:30
Yashodhan Joshi
c283211a37
Add Languages examples for syntax highlighting
2021-10-05 12:02:33 +05:30
Yashodhan Joshi
d5af051d0e
Add individual tag examples in test_book
2021-10-04 16:17:52 +05:30
Yashodhan Joshi
68f9afe64b
Setup basic structure for test book
2021-10-04 13:14:49 +05:30
Eric Huss
ffa8284743
Merge pull request #1661 from ehuss/bump-version
...
Update to 0.4.13
2021-10-03 15:39:23 -07:00
Eric Huss
3e91f9cd5d
Update to 0.4.13
2021-10-03 15:15:21 -07:00
Eric Huss
f55028b61a
Merge pull request #1657 from lclc/gitlabPages
...
Documentation: CI: GitLab Pages Example
2021-10-03 14:51:08 -07:00
Eric Huss
0d887505af
Merge pull request #1607 from ISSOtm/preproc-order
...
Allow specifying preprocessor order
2021-10-03 14:22:15 -07:00
Eric Huss
6c20736a55
Merge pull request #1658 from pickfire/patch-1
...
Remove extra semicolon in variables.css
2021-10-03 12:24:11 -07:00
Ivan Tham
e4a46c9477
Remove extra semicolon in variables.css
2021-10-03 22:23:09 +08:00
Ivan Tham
6ae5c686d9
Remove extra semicolon in variables.css
2021-10-03 22:19:51 +08:00
Lucas Betschart
b862080006
Documentation: CI: GitLab Pages Example
...
Replace 'only' with 'rules'.
'only' is not actively developed anymore with GitLab (see https://docs.gitlab.com/ee/ci/yaml/#only--except )
2021-09-29 12:42:15 +02:00
ISSOtm
6b790b83ec
Warn when preproc order references unknown preprocs
2021-09-28 09:25:17 +02:00
ISSOtm
d8ad68c947
Produce an error if `before` or `after` field is not a table
2021-09-27 21:28:21 +02:00
ISSOtm
6b784be616
Stabilize ties in preproc order through name sort
2021-09-27 21:28:01 +02:00
Eric Huss
f5598b2eee
Merge pull request #1656 from johannst/switch-to-opener-crate
...
switch from open to opener
2021-09-26 12:33:23 -07:00
Johannes Stoelp
ff4b8e7a8d
switch from open to opener
...
By default, `opener` launches the subprocess without waiting for its
completion, compared to `open` which waits for its completion.
This is helpful in case the `watch` feature is enabled and one of the
following commands `watch | serve --open` is used. If this command would
open the browser, listening for changes would be blocked by the browser.
2021-09-26 12:33:09 -07:00
ISSOtm
9c34e602bd
Allow specifying preprocessor order
...
Fixes #1172
2021-09-26 20:55:02 +02:00
Eric Huss
a306da3ad7
Merge pull request #1604 from notriddle/notriddle/test-cli
...
Add CLI tests
2021-09-26 11:37:09 -07:00
Michael Howell
9bede85efa
Move cli tests to their own subdir
2021-09-26 11:29:36 -07:00
Michael Howell
11b1e86187
Fix path dumps under windows
2021-09-26 11:29:36 -07:00
Michael Howell
10d30a2dc0
Add CLI tests
...
Part of #1568
2021-09-26 11:29:35 -07:00
Eric Huss
601ebc5499
Merge pull request #1651 from notriddle/notriddle/theme-switcher-js
...
Only switch to themes on buttons that have the `theme` class
2021-09-16 17:32:01 -07:00
Michael Howell
4251d7a838
Only switch to themes on buttons that have the `theme` class
...
Fixes #1649
2021-09-14 10:05:35 -07:00
Eric Huss
93008cf20b
Merge pull request #1643 from apogeeoak/update-open
...
Update open crate to latest version.
2021-09-07 10:20:24 -07:00
apogeeoak
3f9f681b9e
Update open crate to latest version.
2021-09-06 15:52:43 -04:00
Eric Huss
63680d0786
Merge pull request #1480 from pauliyobo/preprocessor_docs
...
Improving documentation on implementation of preprocessors.
2021-09-05 18:46:09 -07:00
Eric Huss
656a1825cc
Minor fixes for preprocessor docs.
2021-09-05 18:45:37 -07:00
pauliyobo
1a2fa29209
introduced proposed suggestions related to the documentation
2021-09-04 23:44:27 +02:00
Eric Huss
6be81214b1
Stabilize 2021 flag.
2021-09-03 11:00:27 -07:00
Eric Huss
d22299d998
Merge pull request #1631 from benarmstead/master
...
Format better, remove unnecessary borrows, and update depends
2021-09-03 10:15:16 -07:00
Eric Huss
0af417085f
Merge pull request #1634 from vv9k/master
...
Add information about a new backend `mdbook-man`
2021-09-03 10:11:32 -07:00