| | 18 | |
| | 19 | |
| | 20 | Example blocks for testing: |
| | 21 | |
| | 22 | |
| | 23 | {{{ |
| | 24 | <!-- wp:table {"align":"center"} --> |
| | 25 | <figure class="wp-block-table aligncenter"><table class="has-fixed-layout"><tbody><tr><td>ghfghfg</td><td>sdgsdgs</td></tr><tr><td>gsdgsdg</td><td>sdgsd</td></tr></tbody></table></figure> |
| | 26 | <!-- /wp:table --> |
| | 27 | |
| | 28 | <!-- wp:gallery {"linkTo":"none","align":"center"} --> |
| | 29 | <figure class="wp-block-gallery aligncenter has-nested-images columns-default is-cropped"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> |
| | 30 | <figure class="wp-block-image size-large"><img/></figure> |
| | 31 | <!-- /wp:image --> |
| | 32 | |
| | 33 | <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> |
| | 34 | <figure class="wp-block-image size-large"><img/></figure> |
| | 35 | <!-- /wp:image --> |
| | 36 | |
| | 37 | <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> |
| | 38 | <figure class="wp-block-image size-large"><img/></figure> |
| | 39 | <!-- /wp:image --></figure> |
| | 40 | <!-- /wp:gallery --> |
| | 41 | |
| | 42 | <!-- wp:post-featured-image {"align":"center"} /--> |
| | 43 | |
| | 44 | <!-- wp:audio {"id":70,"align":"center"} --> |
| | 45 | <figure class="wp-block-audio aligncenter"><audio controls src=""></audio></figure> |
| | 46 | <!-- /wp:audio --> |
| | 47 | |
| | 48 | <!-- wp:cover {"dimRatio":50,"isUserOverlayColor":false,"isDark":false,"sizeSlug":"full","align":"center","layout":{"type":"constrained"}} --> |
| | 49 | <div class="wp-block-cover aligncenter is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> |
| | 50 | <p class="has-text-align-center has-large-font-size"></p> |
| | 51 | <!-- /wp:paragraph --></div></div> |
| | 52 | <!-- /wp:cover --> |
| | 53 | |
| | 54 | <!-- wp:video {"align":"center"} --> |
| | 55 | <figure class="wp-block-video aligncenter"></figure> |
| | 56 | <!-- /wp:video --> |
| | 57 | |
| | 58 | <!-- wp:separator {"align":"center"} --> |
| | 59 | <hr class="wp-block-separator aligncenter has-alpha-channel-opacity"/> |
| | 60 | <!-- /wp:separator --> |
| | 61 | |
| | 62 | <!-- wp:archives {"displayAsDropdown":true,"showPostCounts":true,"align":"center"} /--> |
| | 63 | |
| | 64 | <!-- wp:archives {"showLabel":false,"align":"center"} /--> |
| | 65 | |
| | 66 | <!-- wp:calendar {"align":"center"} /--> |
| | 67 | |
| | 68 | <!-- wp:categories {"taxonomy":"post_tag","align":"center"} /--> |
| | 69 | |
| | 70 | <!-- wp:categories {"align":"center"} /--> |
| | 71 | |
| | 72 | <!-- wp:latest-comments {"align":"center"} /--> |
| | 73 | |
| | 74 | <!-- wp:latest-posts {"align":"center"} /--> |
| | 75 | |
| | 76 | <!-- wp:search {"label":"Search","buttonText":"Search","align":"center"} /--> |
| | 77 | |
| | 78 | <!-- wp:site-logo {"align":"center"} /--> |
| | 79 | |
| | 80 | <!-- wp:avatar {"align":"center"} /--> |
| | 81 | }}} |
| | 82 | |