You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bl...@apache.org on 2012/11/01 23:20:15 UTC

svn commit: r1404809 - /incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext

Author: bleeker
Date: Thu Nov  1 22:20:15 2012
New Revision: 1404809

URL: http://svn.apache.org/viewvc?rev=1404809&view=rev
Log:
CMS commit to ctakes by bleeker

Modified:
    incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext

Modified: incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext?rev=1404809&r1=1404808&r2=1404809&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/developer-faqs.mdtext Thu Nov  1 22:20:15 2012
@@ -48,13 +48,8 @@ You must type a name in the *Add New Fil
 
 Go back to editing the page of interest. Add this code for images and documents respectively:
 
-<pre>
-![Enter alt text](images/MyImage.format)
-[Text for link](docs/MyDoc.format)
-</pre>
-
-    ![Enter alt text](images/MyImage.format)
-    [Text for link](docs/MyDoc.format)
+ ![Enter alt text](images/MyImage.format)
+ [Text for link](docs/MyDoc.format)
 
 
 ###I've just been voted in as a Committer.  What do I need to do?