You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/26 09:44:35 UTC

[royale-docs] branch master updated: try to make iframe shows in github site raw view too

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new b4e4634  try to make iframe shows in github site raw view too
b4e4634 is described below

commit b4e4634c1c878f399aea4f4eea358784dc0944a2
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun May 26 11:44:29 2019 +0200

    try to make iframe shows in github site raw view too
---
 component-sets/jewel/jewel-alert.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/component-sets/jewel/jewel-alert.md b/component-sets/jewel/jewel-alert.md
index 8f9658f..cc9b83b 100644
--- a/component-sets/jewel/jewel-alert.md
+++ b/component-sets/jewel/jewel-alert.md
@@ -46,11 +46,11 @@ Alert.show('This is an Alert component example that shows a label text and the d
 
 This produces:
 
-{% raw %}
+
 <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" 
 width="100%" height="300" 
 src="assets/BE0002_Using_Jewel_Alert_Control/index.html"></iframe>
-{% endraw %}
+
 
 You can attach listeners to the `CloseEvent.CLOSE` as follows: