[
https://issues.apache.org/jira/browse/MAHOUT-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549281#comment-16549281
]
ASF GitHub Bot commented on MAHOUT-2052:
----------------------------------------
Github user rawkintrevo commented on the issue:
https://github.com/apache/mahout/pull/358
@wwooww374 first of all, thanks for the contribution!
Second, this file was written in the old CMS website (pre jekyll) there are
two additional options.
`<code> </code>` could replace `<pre></pre>` all together.
OR
In Markdown, code can be denoted by the back tick- e.g. `Shift+~` or `
it's hard to make it show up, bc Github also supports this kind of denoting.
If everything is working now thought, let me know- I'll test it on my
system too.
> 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)