• Headings do not seem to work

    By Timothy J Massey 1 decade ago

    The following markup does not work:



    == Welcome to the Sandbox!

    This is the sandbox.





    I get this:



    Home > Sandbox

    Sandbox

    ShowTable of Contents

    HideTable of Contents


    undefined

    Welcome to the Sandbox!

    This is the sandbox.

    • This is *not* related to symbols

      By Timothy J Massey 1 decade ago

      In case this was related to the symbol-parsing issue, I tested the following very simple markup:



      == Welcome

      Welcome to the sandbox



      Same results. I can't make headlines work at all.

      • By Olivier FRANCHET 1 decade ago

        You must finish with ==, like :



        ==Welcome==



        It's work fine for me.

        • Handling == *NOT* as markup is broken!

          By Timothy J Massey 1 decade ago

          You are correct. It seems in the number of different permutations I tried to make this work, the correct markup broke because of my use of an ! in the heading. By the time I determined that symbols were broken, I had mangled my markup to eliminate the closing ==.



          Which just makes the symbol problem even more of a problem…



          So, it seems that handling of a line that begins with " ==" but does not end with "==" is not great. I guess it could be considered broken markup and the bad output considered acceptable, but even then it seems like it could be handled a little better…



          Thank you for the followup.