fix(callouts)!: match callout DOM to Obsidian (#2104)
* fix(callouts): match callout DOM to Obsidian * use new transition curve for all callout transitions * chore!: bump version to 4.5.2
This commit is contained in:
		@@ -488,16 +488,7 @@ export const ObsidianFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options>>
 | 
			
		||||
                    {
 | 
			
		||||
                      data: { hProperties: { className: ["callout-content"] }, hName: "div" },
 | 
			
		||||
                      type: "blockquote",
 | 
			
		||||
                      children: [
 | 
			
		||||
                        {
 | 
			
		||||
                          data: {
 | 
			
		||||
                            hProperties: { className: ["callout-content-inner"] },
 | 
			
		||||
                            hName: "div",
 | 
			
		||||
                          },
 | 
			
		||||
                          type: "blockquote",
 | 
			
		||||
                          children: [...calloutContent],
 | 
			
		||||
                        },
 | 
			
		||||
                      ],
 | 
			
		||||
                      children: [...calloutContent],
 | 
			
		||||
                    },
 | 
			
		||||
                  ]
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user