feat: add spoiler shortcodes
This commit is contained in:
		
							parent
							
								
									c55f49270a
								
							
						
					
					
						commit
						98ee7a3527
					
				
					 2 changed files with 52 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4,9 +4,14 @@ description: 'This is a test page'
 | 
			
		|||
---
 | 
			
		||||
import BlogRoll  from "../../components/shortcodes/BlogRoll.astro"
 | 
			
		||||
import FediStatuses from "../../components/shortcodes/FediStatuses.astro"
 | 
			
		||||
import Spoiler from "../../components/shortcodes/Spoiler.astro"
 | 
			
		||||
 | 
			
		||||
testestestest
 | 
			
		||||
 | 
			
		||||
<BlogRoll/>
 | 
			
		||||
 | 
			
		||||
<Spoiler tip="Spoiler Title">
 | 
			
		||||
    ~~This is the content of the spoiler.~~
 | 
			
		||||
</Spoiler>
 | 
			
		||||
 | 
			
		||||
<FediStatuses instanceDomain='portal.gb0.dev' userId='me' />
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue