Jump to Content
Sync Standard
HomeGuidesRecipesEndpointsUpdatesForumCustom HTML
Log InSync Standard
Guides
Log In
HomeGuidesRecipesEndpointsUpdatesForumCustom HTML

Documentation

  • External Page
  • Getting Started
    • Script in Custom HTML Block
    • What's My Name Again
    • iFrame Video Test
    • Callout Test
      • Floaties
      • Solidity Highlighting Test
      • Code in Callout
    • Failing Suggestions
    • Long Page
    • Image Hard L/R Alignment
    • Simple Page
  • RDMD Custom HTML Bug
  • Root Platform Test <<varKey>>
  • External Redirection

RainForest Tests

  • Custom CSS

RDMD Edge Cases

  • Null Image Test
  • Angle Brackets in Code Blocks
  • RC TOC Bug

Test

  • Parent Empty
    • Child Empty
      • Deep Content

Assorted Tests & Examples

  • Custom JS Tests
    • Global Scripts Test
    • In Page JS Execution

RDMD Custom HTML Bug

Suggest Edits

For some reason, registering an event handler on HTML markup inside of a magic block on our custom pageReady trigger doesn't work. (Check out this project's Custom JS for the example that's running here!) But it does work if you write the HTML inline directly alongside your Markdown? Weird.

Magic Block HTML

Click Me! (won't work 😭)

Inline HTML

Click Me! (logs "Clicked" 👍)

Updated over 3 years ago


  • Table of Contents
    • Magic Block HTML
    • Inline HTML