[
https://issues.apache.org/jira/browse/MAHOUT-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548972#comment-16548972
]
ASF GitHub Bot commented on MAHOUT-2052:
----------------------------------------
Github user wwooww374 commented on the issue:
https://github.com/apache/mahout/pull/358
Thanks for your comment!
I tested my code in Chrome, Safari, and Brave by running ``jekyll serve``
and there was no change. As you said, I think this is not a problem with
``<pre>`` not wrapped in ``<div>``.
Instead, I separated ``<pre>`` tag section and text in new commit because
all other codeblocks without this problem is separated from surrounding text.
When I tested it in Chrome, Safari, and Brave, it fixed the problem.

> Broken codeblock in a samsara tutorial html file.
> -------------------------------------------------
>
> Key: MAHOUT-2052
> URL: https://issues.apache.org/jira/browse/MAHOUT-2052
> Project: Mahout
> Issue Type: Bug
> Components: website
> Reporter: JieunKim
> Priority: Trivial
> Attachments: image-2018-07-19-11-14-02-722.png
>
>
> As you can see below,
> there is a broken code block and the tag <pre> is shown in a samsara
> tutorial html file.
>
> !image-2018-07-19-11-14-02-722.png!
> This is because of
> {{<pre class="codehilite"></pre>}}
> and it should be changed to
> {{<div class="codehilite"><pre> ... </pre></div>}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)