User:Danimo: Difference between revisions

    From KDE TechBase
    mNo edit summary
    (Bug report.)
    Line 2: Line 2:


    * Beautify Subpage titles
    * Beautify Subpage titles
    == Bugs ==
    sorry for reporting a bug here; but this seems like as good a place as any :)
    When using <nowiki><code cpp></nowiki> tags I noted a bug.  Specifically when you use the colon (or other means) to indent it.  [[User:Zander|Zander]] 20:39, 9 April 2007 (CEST)
    Example code:
    :<code cpp>
    #include <iostream>
    #include <QtCore/QDate>
    #include <zlib.h>
    </code>

    Revision as of 18:39, 9 April 2007

    TODO

    • Beautify Subpage titles


    Bugs

    sorry for reporting a bug here; but this seems like as good a place as any :) When using <code cpp> tags I noted a bug. Specifically when you use the colon (or other means) to indent it. Zander 20:39, 9 April 2007 (CEST) Example code:

    1. include <iostream>
    2. include <QtCore/QDate>
    3. include <zlib.h>