<?xml version="1.0" encoding="utf-8"?> <resources> <!--Ignore missing translation warning--> <string name="sample_core"># \# Core\n\nSimple usage example</string> <string name="sample_basic_plugins"># \# Basic plugins\n\nShows basic usage of plugins</string> <string name="sample_latex"># \# LaTeX\n\nShows how to display a **LaTeX** formula</string> <string name="sample_custom_extension"># \# Custom extension\n\nShows how to create a custom extension to display an icon referenced in markdown as `@ic-android-black-24`</string> <string name="sample_recycler"># \# Recycler\n\nShow how to render markdown in a RecyclerView. Renders code blocks wrapped in a HorizontalScrollView. Renders tables in a custom view.</string> <string name="sample_html"># \# Html\n\nShows how to define own tag handlers</string> <string name="sample_simple_ext"># \# SimpleExt\n\nShows how to use SimpleExtPlugin module to create own delimited parser extensions</string> <string name="sample_custom_extension_2"># \# Custom extension 2\n\nAutomatically convert `#1` and `@user` to Github links</string> <string name="sample_precomputed_text"># \# PrecomputedText\n\nUsage of TextSetter and PrecomputedTextCompat</string> <string name="sample_precomputed_future_text"># \# PrecomputedFutureText\n\nUsage of TextSetter and PrecomputedFutureTextSetterCompat</string> <string name="sample_editor"># \# Editor\n\n`MarkwonEditor` sample usage to highlight user input in EditText</string> <string name="sample_inline_parser"># \# Inline Parser\n\nUsage of custom inline parser</string> <string name="sample_html_details"># \# HTML\n\n`details` tag parsed and rendered</string> <string name="sample_task_list"># \# TaskList\n\nUsage of TaskListPlugin</string> <string name="sample_images"># \# Images\n\nUsage of different images plugins</string> <string name="sample_remote_views"># \# Notification\n\nExample usage in notifications and other remote views</string> <string name="sample_table"># \# Table\n\nUsage of tables in a `TextView`</string> </resources>