# \# 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
    # \# PrecomputedFutureText\n\nUsage of TextSetter and PrecomputedFutureTextSetterCompat
    # \# Editor\n\n`MarkwonEditor` sample usage to highlight user input in EditText
    # \# Inline Parser\n\nUsage of custom inline parser
    # \# HTML\n\n`details` tag parsed and rendered
    # \# TaskList\n\nUsage of TaskListPlugin
    # \# Images\n\nUsage of different images plugins
    # \# Notification\n\nExample usage in notifications and other remote views
    # \# Table\n\nUsage of tables in a `TextView`