Public API Documentation > General > Markdown Content

Markdown Content

Many content fields in the Artsy API, such as artist bios or gene descriptions, will return data in markdown format. For example, the description of the "Pop Art" gene includes the following.

**“The Pop artists did images that anybody walking down Broadway could recognize in a split second—comics, picnic tables, men’s trousers, celebrities, shower curtains, refrigerators, coke bottles—all the great modern things that the Abstract Expressionists tried so hard not to notice at all.” – [Andy Warhol](/artist/andy-warhol)**

Once rendered, this becomes a quoted bold text.

“The Pop artists did images that anybody walking down Broadway could recognize in a split second—comics, picnic tables, men’s trousers, celebrities, shower curtains, refrigerators, coke bottles—all the great modern things that the Abstract Expressionists tried so hard not to notice at all.” – Andy Warhol

Some internal links within the markdown content may be relative to https://artsy.net.

While rich user-generated content on Artsy is often parsed, sanitized and converted to markdown in the API output, you should never trust any data returned by the API to be safe in your application. Fields that don't accept rich content (eg. artwork titles) will store user's input "as is" without any cleanup.