mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
Updated the documentation for puts.rb to more correctly explain how template processing works with things like markdown or textile
This commit is contained in:
parent
0df73625d3
commit
ec98afe556
@ -14,7 +14,7 @@ Puts is a Liquid block which outputs its contents to your terminal with Ruby's `
|
||||
{% puts %}Optional Text: {{ some_liquid_variable }}{% endputs %}
|
||||
{% endraw %}
|
||||
|
||||
This just outputs the contents of the block to the terminal. Note: Markdown, Textile and other converters run after liquid, so you'll see raw templating markup, not processed html.
|
||||
This just outputs the contents of the block to the terminal. Note: Markdown, Textile and other converters run after liquid, so depending on where you use the block, you may see raw templating markup, not processed html.
|
||||
|
||||
#### Example 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user