for: page
<a href="{{url}}">{{title}}</a>
for: selection
<blockquote>
{{#texts}}
<p>{{.}}</p>
{{/texts}}
<a href="{{url}}">{{title}}</a>
</blockquote>
for: selection
<blockquote>
{{#texts}}
<p>{{.}}</p>
{{/texts}}
<a href="{{url_to_text}}">{{title}}</a>
</blockquote>
for: selection
<pre>
{{text}}
</pre>
<p><a href="{{url_to_text}}">{{title}}</a></p>
for: page
[{{title}}]({{url}})
for: selection
{{#texts}}
> {{.}}
{{/texts}}
>
> [{{title}}]({{url}})
for: selection
{{#texts}}
> {{.}}
{{/texts}}
>
> [{{title}}]({{url_to_text}})
for: selection
``` {{text}} ``` [{{title}}]({{url_to_text}})