# \# Core\n\nSimple usage example # \# Basic plugins\n\nShows basic usage of plugins # \# LaTeX\n\nShows how to display a **LaTeX** formula # \# Custom extension\n\nShows how to create a custom extension to display an icon referenced in markdown as `@ic-android-black-24` # \# Recycler\n\nShow how to render markdown in a RecyclerView. Renders code blocks wrapped in a HorizontalScrollView. Renders tables in a custom view. # \# Html\n\nShows how to define own tag handlers # \# SimpleExt\n\nShows how to use SimpleExtPlugin module to create own delimited parser extensions # \# Custom extension 2\n\nAutomatically convert `#1` and `@user` to Github links # \# PrecomputedText\n\nUsage of TextSetter and PrecomputedTextCompat # \# Editor\n\n`MarkwonEditor` sample usage to highlight user input in EditText # \# Inline Parser\n\nUsage of custom inline parser # \# HTML <details> tag\n\n<details> tag parsed and rendered