Include selection keyword details in user guide
[alexxy/gromacs.git] / src / gromacs / onlinehelp / helpwritercontext.cpp
index 4c928e02ab955075938ce4d2c63326176eefbba6..8d5a44903be1664c72c3b4578c3a5f5107dab949 100644 (file)
@@ -630,6 +630,10 @@ void HelpWriterContext::Impl::processMarkup(const std::string &text,
                     bLiteral = true;
                     if (paragraph.length() == 2)
                     {
+                        if (breakSize == 0)
+                        {
+                            nextBreakSize = 0;
+                        }
                         continue;
                     }
                     if (paragraph[paragraph.length() - 3] == ' ')