Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7066

Closed
Open
Created Jun 03, 2014 by Administrator@rootOwner

Mardown Inline HTML not working in Wiki

Created by: fspreiss

  1. Summary: The use of raw HTML in Markdown does not work (in the Wiki). This issue was observed in version 6.8.1.

  2. Steps to reproduce: Create/edit a Wiki page and enter some raw/inline HTML, such as the definition lists described in the Markdown documentation at github.com or gitlab.com:

    <dl>
     <dt>Definition list</dt>
     <dd>Is something people use sometimes.</dd>
    
     <dt>Markdown in HTML</dt>
     <dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
    </dl>

    The same problem occurs when using other HTML tags such as a

    tags.
  3. Expected behavior: The HTML is rendered correctly as seen in the Markdown documentation at github.com and in the following image: md-inlinehtml-correct

  4. Observed behavior: The output is rendered incorrectly as seen in the Markdown documentation at gitlab.com and in the following image: md-inlinehtml-incorrect

Assignee
Assign to
Time tracking