From 70b75bbcbcf268beb7c380003fd487a80e15e7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 17 Oct 2023 10:05:57 -0700 Subject: [PATCH] wrap comments --- src/_includes/partials/description.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/description.md b/src/_includes/partials/description.md index 02a31a7..776c1bb 100644 --- a/src/_includes/partials/description.md +++ b/src/_includes/partials/description.md @@ -11,7 +11,8 @@ package { version "1.2.3" dependencies { - // Nodes can have standalone values as well as key/value pairs. + // Nodes can have standalone values as well as + // key/value pairs. lodash "^3.2.1" optional=true alias="underscore" } @@ -29,7 +30,8 @@ package { 4 5 6 \ 7 8 9 - // "Slashdash" comments operate at the node level, with just `/-`. + // "Slashdash" comments operate at the node level, + // with just `/-`. /-this-is-commented { this "entire" "node" { "is" "gone"