Add a \quote{...} directive, working like <blockquote> in HTML.
[sgt/halibut] / bk_whlp.c
index 85b51eb..91b07c1 100644 (file)
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -241,9 +241,11 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords,
        break;
 
       case para_LcontPush:
+      case para_QuotePush:
        nesting++;
        break;
       case para_LcontPop:
+      case para_QuotePop:
        assert(nesting > 0);
        nesting--;
        break;