You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/03/12 08:00:20 UTC

docs commit: Do not escape markdown code for relative links

Repository: cordova-docs
Updated Branches:
  refs/heads/master 3c9ff94f0 -> 7e1881d66


Do not escape markdown code for relative links

The links were not clickable. The markdown code was just shown in plaintext.

Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7e1881d6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7e1881d6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7e1881d6

Branch: refs/heads/master
Commit: 7e1881d66a07ffa3663e322d484dc8108ace3bde
Parents: 3c9ff94
Author: Jakob Class <ja...@googlemail.com>
Authored: Mon Feb 1 09:58:03 2016 +0100
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Mar 11 22:42:57 2016 -0800

----------------------------------------------------------------------
 www/docs/en/5.4.0/guide/platforms/android/plugin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7e1881d6/www/docs/en/5.4.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/en/5.4.0/guide/platforms/android/plugin.md b/www/docs/en/5.4.0/guide/platforms/android/plugin.md
index e232ba6..60c8bc4 100644
--- a/www/docs/en/5.4.0/guide/platforms/android/plugin.md
+++ b/www/docs/en/5.4.0/guide/platforms/android/plugin.md
@@ -35,7 +35,7 @@ Android WebView with hooks attached to it.  Plugins are represented as
 class mappings in the `config.xml` file.  A plugin consists of at
 least one Java class that extends the `CordovaPlugin` class,
 overriding one of its `execute` methods. As best practice, the plugin
-should also handle `[pause](../../../cordova/events/events.pause.html)` and `[resume](../../../cordova/events/events.resume.html)` events, along with any message
+should also handle [`pause`](../../../cordova/events/events.pause.html) and [`resume`](../../../cordova/events/events.resume.html) events, along with any message
 passing between plugins.  Plugins with long-running requests,
 background activity such as media playback, listeners, or internal
 state should implement the `onReset()` method as well. It executes


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org