diff --git a/content/content-management/summaries.md b/content/content-management/summaries.md
index f2811db03..bab416d9b 100644
--- a/content/content-management/summaries.md
+++ b/content/content-management/summaries.md
@@ -31,6 +31,10 @@ By default, Hugo automatically takes the first 70 words of your content as its s
* **Pros:** Automatic, no additional work on your part.
* **Cons:** All HTML tags are stripped from the summary, and the first 70 words, whether they belong to a heading or to different paragraphs, are all lumped into one paragraph.
+{{% note %}}
+The Hugo-defined summaries are set to use word count by default. However, "word count" is relatively defined. If you are creating content in a CJK language and want to use Hugo's automatic summary splitting, set `hasCJKLanguage` to `true` in you [site configuration](/getting-started/configuration/).
+{{% /note %}}
+
### User-defined: Manual Summary Splitting
Alternatively, you may add the <!--more--> summary divider where you want to split the article. For [org content][org], use # more) where you want to split the article. Content that comes before the summary divider will be used as that content's summary and stored in the `.Summary` page variable with all HTML formatting intact.
diff --git a/pipeline/scss/components/_lists.scss b/pipeline/scss/components/_lists.scss
index 2a30d16a6..0896a536a 100644
--- a/pipeline/scss/components/_lists.scss
+++ b/pipeline/scss/components/_lists.scss
@@ -84,11 +84,6 @@ aside {
margin: 0px;
font-weight: bolder;
margin-right: 1em;
- // background-color:$hugo-gray-ultra-light;
- // code {
- // font-size: .9em;
- // // color:$hugo-pink;
- // }
//basically allows you to style with ***word*** in markdown for words like "Required"
> strong > em > code {
// color: $hugo-pink;