diff --git a/xml/RELEASE_NOTES.md b/xml/RELEASE_NOTES.md index 9739b9a..bcb7e59 100644 --- a/xml/RELEASE_NOTES.md +++ b/xml/RELEASE_NOTES.md @@ -14,6 +14,13 @@ The summary table is now ordered on threat level severity and each finding ID in Generated links (e.g. ``) now have an optional attribute `@includepage` which can be set to `yes` or `no` (default is `yes`). If set to `yes`, the link will be generated as it was up till now (e.g. "SID-001 (page 4)"); if set to `no`, the link will be generated without the page number in parenthesis. +###The big pre/code/monospace switch + +To have better compatibility with HTML and markdown-to-xml scripts, we have slimmed down and mixed up the `
`, `` and `` tags. I tried to describe what was what and is now something else, but it became way too confusing. To keep it simple, just know this:
+
+- `
` is for **terminal output and code blocks**, just like the triple back-tick (```) in markdown
+- `` is for the **inline monospace font**, just like the single back-tick (`) in markdown
+
 January 12th, 2017
 ------------------
 
diff --git a/xml/doc/offerte/Offerte Writing Procedure.md b/xml/doc/offerte/Offerte Writing Procedure.md
index 85aec22..7601890 100644
--- a/xml/doc/offerte/Offerte Writing Procedure.md	
+++ b/xml/doc/offerte/Offerte Writing Procedure.md	
@@ -197,7 +197,6 @@ As said, after the title, anything goes (well, almost):
     -   lists (ordered `
    ` or unordered `
      `) - tables (``) - command input/output boxes (`
      `)
      -    -   code (``)
           -   div containers (`
      `) - A section can contain a signing box for the offerte itself (``) - A section can contain a listing of targets, taken from the @@ -314,7 +313,7 @@ You can use `
      ` as a container for other block elements. This is basically o #### So what's allowed in `
      `? -All block elements: `

      `, `

        `, `
          `, `
      `, ``, `
      `, ``
      +All block elements: `

      `, `

        `, `
          `, `
      `, ``, `
      `
       
       #### And what elements can *contain* `
      `? @@ -491,13 +490,13 @@ Example: `

      This text is underlined and this text is not.

      ` -**Monospace** +**Monospace/code font** -To have inline text in a monospace font, wrap it in `` tags. +To have inline text in a monospace font, wrap it in `` tags. Example: -`

      This text is monospace and this text is not.

      ` +`

      This text is monospace and this text is not.

      ` **Superscript** diff --git a/xml/doc/report/Report Writing - Procedure.md b/xml/doc/report/Report Writing - Procedure.md index 0b20401..d3312c3 100644 --- a/xml/doc/report/Report Writing - Procedure.md +++ b/xml/doc/report/Report Writing - Procedure.md @@ -691,7 +691,7 @@ You can use `
      ` as a container for other block elements. This is basically o #### So what's allowed in `
      `? -All block elements: `

      `, `

        `, `
          `, `
      `, ``, `
      `, ``
      +All block elements: `

      `, `

        `, `
          `, `
      `, ``, `
      `
       
       #### And what elements can *contain* `
      `? @@ -870,13 +870,13 @@ Example: `

      This text is underlined and this text is not.

      ` -**Monospace** +**Monospace/code font** -To have inline text in a monospace font, wrap it in `` tags. +To have inline text in a monospace font, wrap it in `` tags. Example: -`

      This text is monospace and this text is not.

      ` +`

      This text is monospace and this text is not.

      ` **Superscript** diff --git a/xml/dtd/common.xsd b/xml/dtd/common.xsd index 8e8057c..e16abb7 100644 --- a/xml/dtd/common.xsd +++ b/xml/dtd/common.xsd @@ -292,15 +292,7 @@ - - - - - - - - - + @@ -367,10 +359,10 @@ - + - + @@ -499,7 +491,7 @@ - + @@ -513,7 +505,7 @@ - + @@ -525,7 +517,7 @@ - + @@ -539,7 +531,7 @@ - + @@ -552,7 +544,7 @@ - + @@ -564,7 +556,7 @@ - + @@ -577,14 +569,14 @@ - + - + diff --git a/xml/dtd/genericdocument.xsd b/xml/dtd/genericdocument.xsd index 7e0fa3c..10300cf 100644 --- a/xml/dtd/genericdocument.xsd +++ b/xml/dtd/genericdocument.xsd @@ -69,7 +69,6 @@ - @@ -94,7 +93,6 @@ - diff --git a/xml/dtd/offerte.xsd b/xml/dtd/offerte.xsd index 31a9e7e..b667b5e 100644 --- a/xml/dtd/offerte.xsd +++ b/xml/dtd/offerte.xsd @@ -81,7 +81,6 @@ - @@ -150,7 +149,6 @@ - diff --git a/xml/dtd/pentestreport.xsd b/xml/dtd/pentestreport.xsd index eb90fdc..56231df 100644 --- a/xml/dtd/pentestreport.xsd +++ b/xml/dtd/pentestreport.xsd @@ -116,7 +116,6 @@ - @@ -149,7 +148,6 @@ - @@ -201,7 +199,6 @@ - @@ -310,7 +307,6 @@ - @@ -330,7 +326,6 @@ - @@ -344,7 +339,6 @@ - @@ -357,7 +351,6 @@ - diff --git a/xml/xslt/block.xslt b/xml/xslt/block.xslt index 3003b36..8c8e4b6 100644 --- a/xml/xslt/block.xslt +++ b/xml/xslt/block.xslt @@ -50,13 +50,6 @@ - - - - - - - diff --git a/xml/xslt/inline.xslt b/xml/xslt/inline.xslt index 9931d14..65505da 100644 --- a/xml/xslt/inline.xslt +++ b/xml/xslt/inline.xslt @@ -126,15 +126,15 @@ - + - + - + diff --git a/xml/xslt/styles.xslt b/xml/xslt/styles.xslt index a651937..3359650 100644 --- a/xml/xslt/styles.xslt +++ b/xml/xslt/styles.xslt @@ -37,7 +37,7 @@ 8pt - + LiberationMono 10pt