<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/8b8edf9f98038c158a06a75bfc29ad3bfa6f2eba">https://github.com/macports/macports-guide/commit/8b8edf9f98038c158a06a75bfc29ad3bfa6f2eba</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8b8edf9f98038c158a06a75bfc29ad3bfa6f2eba
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue May 1 16:32:59 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    adoc/README: Add note about conversion of literals
</span>---
 guide/adoc/README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/adoc/README.md b/guide/adoc/README.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e6fc38..80dcf9d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/adoc/README.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/adoc/README.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,12 +72,6 @@ locations in the sources.
</span>       File text.
       ----
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* `<option>foo</option>` produces `[option]``foo`` `
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  This also applies to `<replaceable>`, `<path>`, or `<var>` among others.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  It seems overly verbose and unnecessary in most places.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  Backticks alone should be enough, unless we want to apply a specific style to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  any of these.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> ### Postprocessing
 
 List of things that need to be fixed manually after running the conversion
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,3 +101,9 @@ with docbookrx:
</span>   Sometimes our includes start a new section and sometimes they contain
   content for the same level. There is no way for docbookrx to guess
   that correctly, so it needs to be fixed manually.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* `<command>foo</command>` produces `[cmd]``foo`` `,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  `<filename>/opt/local</filename>` produces `[path]``foo`` `
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  These need to be turned into proper CSS classes, so they can be styled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  accordingly like in the DocBook version of the guide.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  Note: all other named literals of DocBook will produce anonymous literals using backticks only.
</span></pre><pre style='margin:0'>

</pre>