From 89a90fda4c570158b83bca0ff3bd74e0e31a2946 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 29 Aug 2019 16:40:34 -0300 Subject: [PATCH] fix strikethrough style in docs (cherry picked from commit 5274b3d84c3b7593a25c8178ba2cfe4743730ad8) --- docs/modules/ROOT/pages/tokens.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/tokens.adoc b/docs/modules/ROOT/pages/tokens.adoc index 7665664ab..f5af789dd 100644 --- a/docs/modules/ROOT/pages/tokens.adoc +++ b/docs/modules/ROOT/pages/tokens.adoc @@ -4,7 +4,7 @@ Ah, the "token": the world's most powerful and most misunderstood tool. A token is a _representation of something in the blockchain_. This something can be money, time, services, shares in a company, a virtual pet, anything. By representing things as tokens, we can allow smart contracts to interact with them, exchange them, create or destroy them. -== But First, [line-through]*Coffee* a Primer on Token Contracts +== But First, [strikethrough]#Coffee# a Primer on Token Contracts Much of the confusion surrounding tokens comes from two concepts getting mixed up: _token contracts_ and the actual _tokens_.