From 0f60b5f74919b8841bf9d8a9658d031e4fc503d1 Mon Sep 17 00:00:00 2001
From: Linnnus
Strong
" + }, + { + .name = "Nested bold/italic", + .input = "//**Strong and emphasized**//", + .output = "Strong and emphasized
" + }, + { + .name = "Alternating bold/italic doesn't work", + .input = "//**Strong and emphasized//**", + .output = "**Strong and emphasized**
" + }, #if 0 { .name = "Simple unordered list", @@ -219,11 +234,6 @@ struct { .input = "Inline {{{tt}}} example {{{here}}}!", .output = "Inline tt example here!
" }, - { - .name = "Strong", - .input = "**Strong**", - .output = "Strong
" - }, #endif }; -- cgit v1.2.3