<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/3745a60f80bbce55ef69f1458c231871aad23e97">https://github.com/macports/macports-guide/commit/3745a60f80bbce55ef69f1458c231871aad23e97</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 3745a60 Fix Markdown syntax for Postprocessing list
</span>3745a60 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3745a60f80bbce55ef69f1458c231871aad23e97
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu May 16 20:43:16 2019 +0200
<span style='display:block; white-space:pre;color:#404040;'> Fix Markdown syntax for Postprocessing list
</span>---
guide/adoc/README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 bbc70b1..3c34955 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;'>@@ -85,19 +85,19 @@ locations in the sources.
</span> List of things that need to be fixed manually after running the conversion
with docbookrx:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* Fix book title
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* Fix book title
</span> Suppress rendering of "MacPorts" in "MacPorts Guide".
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* Fix nested tables in project.adoc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- docbookrx does not convert nested tables correctly (look for <tbody>).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* Fix nested tables in project.adoc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ docbookrx does not convert nested tables correctly (look for `<tbody>`).
</span> However, nested tables are in fact supported by AsciiDoc, so this can be
rescued with manual work.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* Remove trailing whitespace
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* Remove trailing whitespace
</span> docbookrx leaves some trailing whitespace at the end of lines.
This should be cleaned up after the conversion.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* Rewrite internals-hier.adoc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* Rewrite internals-hier.adoc
</span> None of the original hierarchy could be converted. Rewrite this section
in AsciiDoc (and maybe also merge it with porthier.7 in base?).
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,13 +105,13 @@ with docbookrx:
</span> docbookrx does not know about `<glossdiv>`. The glossary only contains
two entries, so the usefulness in its current form is doubtful.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-* Fix leveloffsets in portfileref.adoc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* Fix leveloffsets in portfileref.adoc
</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.
* `<command>foo</command>` produces `[cmd]``foo`` `,
<span style='display:block; white-space:pre;background:#ffe0e0;'>- `<filename>/opt/local</filename>` produces `[path]``foo`` `
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ `<filename>/opt/local</filename>` produces `[path]``foo`` `
</span> These need to be turned into proper CSS classes, so they can be styled
accordingly like in the DocBook version of the guide.
Note: all other named literals of DocBook will produce anonymous literals using backticks only.
</pre><pre style='margin:0'>
</pre>