I think it would be nice to have the option to write Myclass richComment which return the same rich text comment as shown in the browser.
I imagine it should be an extension method defined in BeautifulComments.
As it is now, one has to make a builder, call buildMicroDownUsing:withComment:, and render the contents of the builder.
I think it would be nice to have the option to write
Myclass richCommentwhich return the same rich text comment as shown in the browser.I imagine it should be an extension method defined in BeautifulComments.
As it is now, one has to make a builder, call
buildMicroDownUsing:withComment:, and render the contents of the builder.