radicallyopensecurity / pentext

PenText system: Easily create beautifully looking penetration test quotes, reports, and documents in many formats (PDF, text, JSON, CSV, ...)
GNU General Public License v2.0
117 stars 38 forks source link

Some wrong conversions in gitlab-to-pentext.py #58

Closed skyanth closed 2 years ago

skyanth commented 6 years ago
  1. Subheaders get converted to <h3> but there is no <h3> in pentext (should be <b>)
  2. Bold/Italic (dunno which) get converted to <em> but there is no <em> in pentext (should be <b> or <i>)
  3. <a> elements get a @class='url' which doesn't exist in pentext
  4. <img> should be its own block, not embedded in a <p>
  5. triple backticks should be converted to <pre> not <pre><code>
PeterMosmans commented 2 years ago

Closed, as the conversion scripts have been removed from this repository