Trying to create shortcode listing custom posts, but formating not being included

the_title() and the_content() both include an echo.
You want to build a string, so use get_the_title and get_the_content instead.