| Summary: | userinput inside screen elements is not rendered differently | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Warren Block
2014-03-13 00:40:00 UTC
<replaceable> elements are not rendered inside <screen>, either. The ~/doc in the commands given in the FDP Primer Quick Start are marked up with <replaceable> tags, and should be rendered different from the rest of the text: http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/book.html#overview-quick-start I have confirmed that this problem goes away if you revert r44109 The changes in 44109 seem to break all inline elements (userinput, replaceable, callouts, etc) inside screen, programlisting etc (all the things we added line numbers to) Hopefully some XSLT wizardry and fix this, as the line numbers are really nice. Also see: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187773 -- Allan Jude This was resolved when gabor@ reverted the line number patch in r44350 http://svnweb.freebsd.org/doc?view=revision&revision=44350 -- Allan Jude State Changed From-To: open->closed fix in 44350. |