From 3d4e32f999aa0948048b7e6e9130460471316ff9 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Thu, 25 May 2023 14:46:58 +0900 Subject: [PATCH] docs: `http` to `https` and use `example.com` for example domains (#249) --- README.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6480ea6..65892c8 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,12 @@ marked: - **external_link** * **enable** - Open external links in a new tab. * **exclude** - Exclude hostname. Specify subdomain when applicable, including `www`. - - Example: `[foo](http://bar.com)` becomes `foo` + - Example: `[foo](https://example.com)` becomes `foo` * **nofollow** - Add `rel="noopener external nofollow noreferrer"` to all external links for security, privacy and SEO. [Read more](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types). _This can be enabled regardless of `external_link.enable`_ - - Example: `[foo](http://bar.com)` becomes `foo` + - Example: `[foo](https://example.com)` becomes `foo` - **disableNunjucks**: If true, Nunjucks tags `{{ }}` or `{% %}` (usually used by [tag plugins](https://hexo.io/docs/tag-plugins)) will not be rendered. - **descriptionLists**: Enable support for [description lists syntax](https://kramdown.gettalong.org/syntax.html#definition-lists). - * Currently description lists syntax is not in neither [CommonMark](http://commonmark.org/) or [GFM](https://github.github.com/gfm/#task-list-items-extension-), `hexo-renderer-marked` only provides the option for backward compatibility. + * Currently description lists syntax is not in neither [CommonMark](https://commonmark.org/) or [GFM](https://github.github.com/gfm/#task-list-items-extension-), `hexo-renderer-marked` only provides the option for backward compatibility. * By disabling the `descriptionLists`, markdown rendering performance will be improved by **a lot**. For more options, see [Marked](https://marked.js.org/using_advanced#options). Due to the customizations implemented by this plugin, some of the Marked's options may not work as expected. Feel free to raise an [issue](https://github.com/hexojs/hexo-renderer-marked/issues) to us for clarification. diff --git a/package.json b/package.json index 168f8d6..ac83f8d 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "marked", "renderer" ], - "author": "Tommy Chen (http://zespia.tw)", + "author": "Tommy Chen (https://zespia.tw)", "maintainers": [ - "Abner Chou (http://abnerchou.me)" + "Abner Chou (https://abnerchou.me)" ], "license": "MIT", "dependencies": {