Changes between Initial Version and Version 1 of Ticket #6165


Ignore:
Timestamp:
Aug 17, 2010, 7:12:42 AM (14 years ago)
Author:
Tobiasz Cudnik
Comment:

You mean there shouldn't be linebreak after first source tag ?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6165

    • Property Status changed from new to pending
    • Property Keywords insert source code removed
  • Ticket #6165 – Description

    initial v1  
    22
    33For example, when you use the "Insert/Edit Source Code" button to create the following wikitext, it will generate
     4{{{
    45<source lang="cpp">int main(int argc, char* argv[]) {
    56    cout << "a + b = 1" << endl;
    67    return 0;
    78}</source>
    8 
     9}}}
    910where it should be in the format of
    10 
     11{{{
    1112<source lang="cpp">
    1213int main(int argc, char* argv[]) {
     
    1516}
    1617</source>
     18}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy