Uploaded image for project: 'Confluence'
  1. Confluence
  2. CONFLUENCE-52

Allow any Confluence macro to provide a content

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 9.0
    • Syntax - Confluence
    • None

    Description

      See http://markmail.org/message/vzff5np3dhlvwcfq

      The goal of this issue is to make the following pass:

          public void testUnknownMacro() throws Exception
          {
              test(
                  "{unknownmacro}a{unknownmacro}b",
                  ""
                      + "<pre class='wikimodel-macro' macroName='unknownmacro'><![CDATA[a]]></pre>\n"
                      + "<p>b</p>");
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: