Skip to content

Commit

Permalink
Update PLUGIN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kouda-Titanium committed Dec 3, 2024
1 parent 997dee1 commit 8442b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLUGIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if (location.href === 'https://example.com/') {

説明は、以下のコードによってAndroidのGUI上で解釈可能な簡易的なHTMLをサポートします。

`[android.widget.TextView.setText](https://developer.android.com/reference/android/widget/TextView#setText(int))([Html.fromHtml](https://developer.android.com/reference/android/text/Html#fromHtml(java.lang.String,%20int))(description, Html.FROM_HTML_MODE_COMPACT))`
<code><a href="https://developer.android.com/reference/android/widget/TextView#setText(int)">android.widget.TextView.setText</a>(<a href="https://developer.android.com/reference/android/text/Html#fromHtml(java.lang.String,%20int)">Html.fromHtml</a>(description, Html.FROM_HTML_MODE_COMPACT))</code>

例: `This is <b>an example</b> plugin.`

Expand Down

0 comments on commit 8442b9e

Please sign in to comment.