Skip to content

paularlott/phpadf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library that simplifies the building of Atlassian Document Format structure for use with Stride.

$doc = new flStrideDocument();
$doc->paragraph()
	->text('Normal text ')
	->strong('strong ')
	->em('italic ')
	->emoji(':rofl:')
	->emoji(':smile:')
	->code(' var i = 0;')
	->hardBreak()
	->text('next line');

About

Atlassian Document Format Builder (PHP)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages