Markdown With Variables

Let’s take a look at some basic Textcarver features, using Rope in Seattle as an example.

1. Textcarver is based on Markdown

Textcarver is an extension of Markdown. It uses CommonMark, which provides a robust, standard Markdown interpreter:

# Rope in Seattle
Welcome to Seattle’s thriving rope community!

2. Variables

It’s never to early to start planning your globe-spanning bondage empire!

$(city) = {Seattle}

# Rope in $(city)
Welcome to $(city)’s thriving rope community!

$(city) indicates a variable called city. The braces act as delimeters.

Next: functions

© Copyright 1996 - 2024 Tornus LLC