The issue I want to solve is allowing for macros to be rendered inline as opposed to as block elements. Ideally a switch on the macro would work, but for now, defaulting inline is fine
When within the code base is this markup set?
For reference, I'm running 7.3.7, and updating to a more recent version isn't an option
Macro Render Code
I'm trying to find where the code that determines the HTML to use for a macro within the rich text editor. I've found and updated:
Umbraco.Core.Macros.MacroTagParser.FormatRichTextPersistedDataForEditor
However the markup hasn't changed.
The issue I want to solve is allowing for macros to be rendered inline as opposed to as block elements. Ideally a switch on the macro would work, but for now, defaulting inline is fine
When within the code base is this markup set?
For reference, I'm running 7.3.7, and updating to a more recent version isn't an option
Thanks in advance
Hi Ryuu
Did you resolve this problem? I'm looking at doing the same thing. Even if updating the html manually in the RTE e.g. from
to
On Save this reverted back to div.
is working on a reply...