[
https://issues.apache.org/jira/browse/MAHOUT-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JieunKim updated MAHOUT-2052:
-----------------------------
Description:
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>}}
was:
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>}}
> 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)