• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Text Templates
    • Templated Reporting System
    • HTML, Markdown, and JavaScript Integration
      • HTML in CSPro
      • Markdown Use in CSPro
      • Markdown Syntax
      • Localhost URL
      • Data URL
      • External Libraries
      • JSON Primer
      • HTML Dialog Boxes
      • JavaScript Interface (deprecated)
    • Action Invoker
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataManager>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Markdown Syntax

Markdown syntax is well-documented online, and useful guides exist that describe the language and the CommonMark variant that CSPro uses. The following table illustrates some of the most common elements that may be useful while using Markdown in CSPro:
ElementMarkdown SyntaxRendered
Heading# H1H1
## H2H2
### H3H3
#### H4H4
##### H5H5
###### H6H6
 
Bold**bold**bold
 
Italic*italic*italic
 
Ordered List1. Delaware
2. Pennsylvania
3. New Jersey
  1. Delaware
  2. Pennsylvania
  3. New Jersey
 
Unordered List- Delaware
- Pennsylvania
- New Jersey
  • Delaware
  • Pennsylvania
  • New Jersey
 
Horizontal Rule---
 
Link[CSPro Users](https://csprousers.org)CSPro Users
 
Image![Markdown Icon](markdown-icon.png)markdown-icon
 
Task List- [X] Create dictionary
-
[X] Design forms
-
[ ] Add question text
-
[ ] Add logic
-
[ ] Test, test, test!
  • Create dictionary
  • Design forms
  • Add question text
  • Add logic
  • Test, test, test!
See also: Markdown Use in CSPro