kagan
kagan
### What version of `astro` are you using? 1.0.0-rc.8 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
### What version of `astro` are you using? 1.0.0-rc.8 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
Fixes #458 websiteに言語切り替え機能を追加しました。 /ja/で日本語版を表示します。 - 個別のルールにはREADME.ja.mdが存在するため、これをページとして表示できるように設定しました。 - frontmatterにtitleがないとタイトルがNot Foundになるため、README.ja.mdにtitleを追加しています。 - titleはmarkdownとして変換されないため、バッククオートを削除しています。 - 日本語への翻訳は、ヘッダーメニューのみ行っています。 - その他の翻訳は、別途ゆうてんさんにご対応いただけたらありがたいな……と思っていますが、協力できる部分があれば対応します。 - 翻訳が一部であることから、日本語版のページには「日本語版サイトは作成途中です。現在は個別のルールのページのみ日本語化されています。」という注釈を表示しています。 - website配下のファイルを編集しようとしたところ、VSCodeでeslintrcの設定がconflictしているというエラーが出たため`"root": true,`の設定を加えています。 ご確認・ご検討よろしくお願いします!
Forgotten end tag usually causes unexpected bugs. In my opinion, `end-tag` rule should be enabled in recommendation. Current markuplint-recommended.json: https://github.com/markuplint/markuplint/blob/373c916d5ebbba463f5e088696666a383ee96492/packages/%40markuplint/ml-core/markuplint-recommended.json#L16
https://markuplint.dev/ - [ ] h1 should be larger than h2. - [ ] Fix overflow contents in narrow viewport. - [ ] Set favicon - [ ] Add search system...
[markuplintのウェブサイト](https://markuplint.dev/)は現在英語のみですが、 日本語でもドキュメントが参照できるようになると嬉しいです。 個別ルールの説明にはすでにREADME.ja.mdが用意されているため、これがサイト上でも参照できるとありがたいです。 ウェブサイトで使用しているNext.jsにはビルトインでi18n機能が備わっており、言語切り替え機能自体はこれを使用することで実装できそうです。 言語切り替え機能を実装してみましたので、後ほどPRを出します。
### Describe the Bug ## Failure Pattern Probably, the conditions are: - inside expression - 2 or more attributes - `>` is in next line ### Input ```astro { (...
# Environment - OS: Windows 10 - Bowser: Chrome 100 - Country: Japan # Plobrem details - Chrome's user agent stylesheet specifies `code { font-family: monospace; }` - MDN's stylesheet...
# Context I would like to detect non-existing `rel` attribute value (typo) ```html ``` Link types are defined in the HTML spec. https://html.spec.whatwg.org/multipage/links.html#linkTypes However, the value of the link types...
Fixes #1374 ## What is the purpose of this PR? - [ ] Fix bug - [ ] Fix typo - [ ] Update specs - [ ] Add new...