WMA link
OutputForm
OutputForm[f'[x]]
OutputForm[Derivative[1, 0][f][x]]
OutputForm is used by default:
OutputForm[{"A string", a + b}]
{"A string", a + b}
OutputForm[Graphics[Rectangle[]]]