We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e27eb commit d44e950Copy full SHA for d44e950
coldfusion.html.markdown
@@ -13,7 +13,7 @@ ColdFusion is a scripting language for web development.
13
_**C**old**F**usion **M**arkup **L**anguage_
14
ColdFusion started as a tag-based language. Almost all functionality is available using tags.
15
16
-```html
+```cfm
17
<em>HTML tags have been provided for output readability</em>
18
19
<!--- Comments start with "<!---" and end with "--->" --->
@@ -232,7 +232,8 @@ ColdFusion started as a tag-based language. Almost all functionality is availabl
232
<h1>Components</h1>
233
234
<em>Code for reference (Functions must return something to support IE)</em>
235
-
+```
236
+```cfs
237
<cfcomponent>
238
<cfset this.hello = "Hello" />
239
<cfset this.world = "world" />
0 commit comments