[ 
https://issues.apache.org/jira/browse/MAHOUT-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548777#comment-16548777
 ] 

ASF GitHub Bot commented on MAHOUT-2052:
----------------------------------------

Github user andrewmusselman commented on the issue:

    https://github.com/apache/mahout/pull/358
  
    Thanks for the edit! I am not seeing a repro case in two browsers (chrome 
and brave on ubuntu) but if you are able to check that this fixes this in your 
browser then I think it's good. I think `pre` is a block-level element so 
wrapping in a `div` wouldn't change much.
    
    Which browser are you in?


> 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)

Reply via email to