Title: markup
Last modified: March 2, 2021

---

# markup

 *  [Aminta](https://wordpress.org/support/users/aminta/)
 * (@aminta)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/markup-2/)
 * Hi All!
 * Using <InnerBlocks /> in a block, Wp Gutenberg automatically creates this markup
   in editor between the block and its content
 *     ```
       <div class="block-editor-inner-blocks">
        <div class="block-editor-block-list__layout">
            // [...here the content ]
       ```
   
 * However looking at the code generated by the core columns block, the columns 
   are direct children of their container.
 * How can I achieve the same effect in my custom block?
 * Many thanks in advance,
 * Davide

The topic ‘markup’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

 * [InnerBlocks](https://wordpress.org/support/topic-tag/innerblocks/)

 * 0 replies
 * 1 participant
 * Last reply from: [Aminta](https://wordpress.org/support/users/aminta/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/markup-2/)
 * Status: not resolved