cats:procedures:markdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cats:procedures:markdown [2018/02/27 03:04] – [Table Markdown] tomcats:procedures:markdown [2018/02/27 03:12] (current) – [Markdown Text Formatting] tom
Line 1: Line 1:
 ====== Markdown Text Formatting ====== ====== Markdown Text Formatting ======
-CATS has limited support for custom output formatting in note fields using our custom markdown syntax.+CATS has limited support for detailed text formatting in note fields using our custom markdown syntax
 + 
 +Markdown does not work for all output options. Currently, only HTML-based outputs (HTML, PDF, Word, etc.) are capable of processing markdown. Generating a text document or printing to a printer will strip out the markdown.
  
 ===== Table Markdown ===== ===== Table Markdown =====
Line 19: Line 21:
 Use pairs of asterisks "%%**%%" to make bold text. Use pairs of asterisks "%%**%%" to make bold text.
  
-Example: +<code>Example: 
-%%**%%this text is bold!%%**%%+**this text is bold!**</code>
  
 Use pairs of forward slashes "%%//%%" to make italic text. Use pairs of forward slashes "%%//%%" to make italic text.
  
-Example: +<code>Example: 
-%%//%%this text will appear as italics%%//%%+//this text will appear as italics// 
 +</code>
  
 Use pairs of underscores "%%__%%" to make underline text. Use pairs of underscores "%%__%%" to make underline text.
  
 +<code>
 Example: Example:
-%%__%%this text should be underlined%%__%% +__this text should be underlined__ 
 +</code>
 ===== Other Markdown ===== ===== Other Markdown =====
 Use four asterisks on a line by themselves to make a horizontal line Use four asterisks on a line by themselves to make a horizontal line
 +<code>
 Example: Example:
-%%****%%+**** 
 +</code>
  • cats/procedures/markdown.1519700667.txt.gz
  • Last modified: 2018/02/27 03:04
  • by tom