[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3138: gb.markdown markers [[ code ... ]] broken


http://gambaswiki.org/bugtracker/edit?object=BUG.3138&from=L21haW4-

Comment #5 by Bruce STEERS:

Apologies, i assumed it was a wiki only thing so did not even test it.
I have now tested gb.markdown and yes, it's all working okay here for me, no problem.

    Dim sTxt As String = "## title\n\n[[ code gambas\n Dim I As Integer\n I = 30\n]]"
    WebView1.SetHtml(Markdown.ToHTML(sTxt))

working on all toolkits (gtk3/qt5/qt6)

(also working with a TextLabel with qt5/qt6 but not with gtk3)

Sorry Oliver, looks like you will have to post that sample project that shows the problem after all.



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----