Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titlePresentationML
<presentationML>
<div class="entity" data-entity-id="keyword">
<b>Important</b> information
</div>
</presentationML>


Code Block
languagejs
titleEntityJSON
"keyword":
{
    "type":     ”org.symphonyoss.taxonomy”,
    "version":  "1.0",
    "id":
    [
        {
            "type":     ”org.symphonyoss.taxonomy.hashtag”,
            "value":    ”important”
        }
    ]
}

...