societe-generale / core-nlg

CoreNLG is an easy to use and productivity oriented Python library for Natural Language Generation. It aims to provide the essential tools for developers to structure and write NLG projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple spaces not shown in html

FabienGiely opened this issue · comments

Currently, multiple spaces (using "no_interpret") are present in the html but navigators remove them when showing it.

There are 2 options :

  • Replacing spaces with no-break-spaces
  • Adding < pre > tag surrounding no_interpret sections