Markwon/sample/src/main/res/values/strings-samples.xml
2019-06-24 14:35:50 +03:00

23 lines
1.0 KiB
XML

<?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>
</resources>