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:15:45 UTC

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

Author: bleeker
Date: Thu Nov  1 22:15:44 2012
New Revision: 1404804

URL: http://svn.apache.org/viewvc?rev=1404804&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=1404804&r1=1404803&r2=1404804&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:15:44 2012
@@ -48,10 +48,10 @@ 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:
 
-<code>
+<pre>
 ![Enter alt text](images/MyImage.format)
 [Text for link](docs/MyDoc.format)
-</code>
+</pre>
 
 ###I've just been voted in as a Committer.  What do I need to do?