squidfunk
|
4cc07912df
|
Added clipboard integration
|
2020-02-02 17:18:18 +01:00 |
|
Benjamin Staneck
|
9c6a4ca64f
|
Merge branch 'master' into refactor/rxjs-typescript (#1406)
* Improved Lighthouse score (#1391)
* a few accessibility fixes from lighthouse report
* add rel="noopener" to external links
* add title attribute to social links
* add mimetype to manifest link and allow it to work behind auth
* add font-display: swap to all the places where external fonts are used
* remove font-display: swap from icon fonts
* removed font-display from style blocks in base
* add target="_blank" to social links
* switch base fonts grabbed from Google back to display:fallback
As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback
* add target="_blank" to the footer links as well
* Set `tabindex` to `0` for skip to content link (#1393)
see https://web.dev/control-focus-with-tabindex/
* Added diff to CI build
* Added built files
* Bump @babel/cli from 7.7.5 to 7.7.7
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump css-loader from 3.3.2 to 3.4.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump mini-css-extract-plugin from 0.8.0 to 0.9.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/plugin-transform-react-jsx from 7.7.4 to 7.7.7
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump style-loader from 1.0.1 to 1.1.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump webpack from 4.41.2 to 4.41.4
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/core from 7.7.5 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix makefile
* Update packages
* build
* "Fix" lint
* Revert icon and makefile change
Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2019-12-25 15:09:36 +01:00 |
|
squidfunk
|
581d7c017c
|
Reduced content shift when icons are loading
|
2019-12-23 19:39:40 +01:00 |
|
squidfunk
|
6e43b874f6
|
Fixed CSS errors detected during validation
|
2019-03-28 17:16:26 +01:00 |
|
squidfunk
|
2b2d908d6e
|
Added background on hover for table rows
|
2019-02-13 16:14:20 +01:00 |
|
squidfunk
|
2007484306
|
Added helper function for rem calculation and set base font size to 20px
|
2019-02-12 19:13:08 +01:00 |
|
squidfunk
|
cc47bb7464
|
Updated copyright year
|
2019-01-01 18:42:00 +01:00 |
|
squidfunk
|
468c1a7543
|
Fixed incorrect margins for buttons in Firefox and Safari
|
2018-02-21 21:23:37 +01:00 |
|
squidfunk
|
bf9b652eca
|
Fixed double-layered borders for tables
|
2018-02-12 21:43:31 +01:00 |
|
squidfunk
|
c3cdb945a6
|
Updated copyright notice
|
2018-01-13 17:36:13 +01:00 |
|
squidfunk
|
01c9aa5e11
|
Added support for right-to-left languages
|
2018-01-13 17:24:30 +01:00 |
|
squidfunk
|
f99f6956be
|
Prepare 2.4.0 release
|
2018-01-11 23:20:49 +01:00 |
|
squidfunk
|
809f943240
|
Fixed search bar stealing tab focus
|
2018-01-11 23:20:49 +01:00 |
|
squidfunk
|
4246913d25
|
Upgraded stylelint
|
2017-12-12 22:04:31 +01:00 |
|
squidfunk
|
240a7afa8d
|
Moved logo to theme configuration and made search optional
|
2017-10-31 20:07:11 +01:00 |
|
Jonas Fonseca
|
2e728cc9f6
|
Improve printing of code blocks
- Hide clipboard icon
- Wrap code and hide the scrollbar
|
2017-10-16 07:48:49 +02:00 |
|
squidfunk
|
91b87d1c91
|
Fixed bold code blocks rendering normal font
|
2017-09-14 11:35:48 +02:00 |
|
squidfunk
|
19feb7a67d
|
Replaced ligatures with Unicode code points
|
2017-08-29 22:28:53 +07:00 |
|
squidfunk
|
670ae4a44c
|
Refactored clipboard integration, not finished
|
2017-05-31 15:22:59 +02:00 |
|
squidfunk
|
c07ef90f0e
|
Migrated changes from @facelessuser to code base [ci skip]
|
2017-05-31 12:25:54 +02:00 |
|
facelessuser
|
4b6ffe6628
|
Add clipboard.js support
|
2017-05-15 18:31:10 -06:00 |
|
squidfunk
|
3516542c98
|
Removed second underline on abbreviations
|
2017-05-15 11:37:00 +02:00 |
|
squidfunk
|
6b5629317f
|
Removed ligatures on monospace fonts
|
2017-05-15 11:27:22 +02:00 |
|
squidfunk
|
50efda702a
|
Focus search after reset
|
2017-03-24 20:02:27 +01:00 |
|
squidfunk
|
8f48f0bce6
|
Fixed inconsistencies in table-styling
|
2017-02-25 11:36:10 +01:00 |
|
squidfunk
|
3e50c3394a
|
Added support for definition lists
|
2017-02-19 16:20:39 +01:00 |
|
squidfunk
|
885053bfbd
|
Removed webfonts for visual tests
|
2017-02-10 16:43:32 +01:00 |
|
squidfunk
|
1a32e9b7e3
|
Remove icon ligatures from HTML to fix search indexing
|
2017-01-11 23:49:36 +01:00 |
|
squidfunk
|
2dbf60affd
|
Don't break links inside tables
|
2017-01-10 00:19:51 +01:00 |
|
squidfunk
|
6033519d15
|
Added max-width for iframe and svg
|
2017-01-10 00:02:37 +01:00 |
|
squidfunk
|
6d01f17193
|
Fix icons and build due to jinja changes
|
2017-01-08 18:27:01 +01:00 |
|
squidfunk
|
03604c5e27
|
Added some inline documentation fixes
|
2017-01-07 20:23:04 +01:00 |
|
squidfunk
|
f37bb76d18
|
Update copyright
|
2017-01-06 19:11:18 +01:00 |
|
squidfunk
|
41121cf582
|
Keep colors when printing
|
2017-01-06 18:57:43 +01:00 |
|
squidfunk
|
ddd7e33581
|
Correct text alignment in tables
|
2017-01-03 22:22:30 +01:00 |
|
squidfunk
|
510c0fdf5e
|
Added styles for abbreviations
|
2017-01-03 20:45:40 +01:00 |
|
squidfunk
|
6806139d38
|
Fixed #82: Long links don't break
|
2017-01-03 20:23:11 +01:00 |
|
squidfunk
|
983e5bbf72
|
Simplify table styles
|
2017-01-02 22:41:15 +01:00 |
|
squidfunk
|
232e997ddc
|
Replaced SASS Lint with Stylelint
|
2017-01-01 15:59:44 +01:00 |
|
squidfunk
|
64874a9583
|
Correct wrong value for background-color
|
2016-12-27 12:46:07 +01:00 |
|
squidfunk
|
02296f6605
|
Full integration with PyMdown extensions
|
2016-12-27 12:26:25 +01:00 |
|
squidfunk
|
124a6b2438
|
Put webfonts into separate template block and init fonts
|
2016-12-27 10:56:13 +01:00 |
|
squidfunk
|
7702904526
|
Set max-width for images in typesetted content
|
2016-12-19 18:32:48 +01:00 |
|
squidfunk
|
2c8a324324
|
Integrated data table styles from 0.2.x
|
2016-12-18 13:29:03 +01:00 |
|
squidfunk
|
41fb9cd97a
|
Integrated palettes from 0.2.x
|
2016-12-17 12:53:24 +01:00 |
|
Martin Donath
|
ab99591d76
|
Merge branch 'rework' into specimen-updates
|
2016-12-15 16:48:42 +01:00 |
|
squidfunk
|
2fcfb551be
|
Refactored JavaScript architecture
|
2016-12-15 15:55:40 +01:00 |
|
Brendan Abbott
|
9eae3956b7
|
Correct table styles, fix inline code link style
|
2016-12-03 15:17:42 +10:00 |
|
squidfunk
|
65f23355c8
|
Added support for tasklist and critic extension + em fixes
|
2016-11-05 23:26:07 +01:00 |
|
squidfunk
|
8cac945757
|
Finished full integration for CodeHilite
|
2016-10-30 10:36:18 +01:00 |
|