# ascii.html
> learn how to use the asciidocs rendering shortcode
The {{}} shortcode renders AsciiDoc markup content inside of markdown files.
Before you start # Complete the steps to Enable AsciiDoc Markup Support Examples # Table # Name Age City John
25
New York
Lisa
28
Los Angeles
Michael
31
Chicago
s |=== | Name | Age | City | John | 25 | New York | Lisa | 28 | Los Angeles | Michael | 31 | Chicago |=== Source code # golang {{/* Requires: - ascii doctor https://docs.asciidoctor.org/asciidoctor/latest/install/ - whitelist ascii doctor in /config/_default/security.yaml */}} {{- $opts := dict "markup" "ad" -}} {{- .Inner | .Page.RenderString $opts -}} {{/* Example: {{}} |=== | Name | Age | City | John | 25 | New York | Lisa | 28 | Los Angeles | Michael | 31 | Chicago |=== {{}} */}}
## Metadata
- **Section**: features
- **Type**: features
- **Author**: Lawrence Lane
- **Parent**: [ascii.html](/features/shortcodes/index.txt)
## Navigation
- **Current Section**: [ascii.html](/features/shortcodes/index.txt)