Markwon/sample/src/main/res/values/strings-samples.xml
2019-12-23 17:31:27 +03:00

34 lines
1.6 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>
<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_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 &lt;details> tag\n\n&lt;details> tag parsed and rendered</string>
</resources>