Right now I believe we are grabbing the ul and ol tags in an article but then we're stripping them out on the client because we don't support them there (need to confirm this). If we are grabbing them, then we should display them appropriately as another item in the adapter. If we aren't, then we should modify the server so that we do get them and then support them properly.
Lists add a bit of info to articles and shouldn't be too difficult to implement.
Right now I believe we are grabbing the
ul
andol
tags in an article but then we're stripping them out on the client because we don't support them there (need to confirm this). If we are grabbing them, then we should display them appropriately as another item in the adapter. If we aren't, then we should modify the server so that we do get them and then support them properly.Lists add a bit of info to articles and shouldn't be too difficult to implement.