You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to insert something like code snippets, tables, mistaken text, etc, it looks like that it is not fully generated to html. Maybe some plugins like pygments are missing? Maybe current GitLab-Pages doesn't have these features yet? Maybe I'm missing something very obvious?
Any suggestions for an easy way to add standard markdown syntax features like ones mentioned in the beginning of post?
Thanks
The text was updated successfully, but these errors were encountered:
I'd recommend taking a look at the command are testing on your own manually in your Terminal and seeing what Jekyll options generate your desired result.
Thanks for the answer. It looks like that jekyll generates webpages (at least code snippet part) as it should, (another code example snippet generated in html below). Then I guess the problem is with the styling (scss) and paths probably. If you have any other thoughts - don't hesitate to let me know.
<divclass="highlight"><pre><codeclass="language-ruby" data-lang="ruby"><spanclass="k">def</span><spanclass="nf">print_hi</span><spanclass="p">(</span><spanclass="nb">name</span><spanclass="p">)</span><spanclass="nb">puts</span><spanclass="s2">"Hi, </span><spanclass="si">#{</span><spanclass="nb">name</span><spanclass="si">}</span><spanclass="s2">"</span><spanclass="k">end</span><spanclass="n">print_hi</span><spanclass="p">(</span><spanclass="s1">'Tom'</span><spanclass="p">)</span><spanclass="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></div>
Hi,
When I try to insert something like code snippets, tables, mistaken text, etc, it looks like that it is not fully generated to html. Maybe some plugins like pygments are missing? Maybe current GitLab-Pages doesn't have these features yet? Maybe I'm missing something very obvious?
Any suggestions for an easy way to add standard markdown syntax features like ones mentioned in the beginning of post?
Thanks
The text was updated successfully, but these errors were encountered: