Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Issues
  • #2485
Closed
Open
Issue created Jan 29, 2021 by Duponin@DuponinContributor

hashtags at line beginning disappears when post is in markdown

Environment

  • Installation type: Source
  • Pleroma version: 2.2.2
  • Elixir version: not known
  • Operating system: Ubuntu
  • PostgreSQL version: not known

Bug Description

When writing a post in Markdown, when a line starts with an hashtag, the hashtag is removed but appears in the hashtag page.

How-To

A line must starts with a # symbol + characters

#hastag
Maybe I’ll make the bug happen? 👀

The first line disappears, but the post appears in the hashtags #hashtag, Cf. screenshot below: image

Cause

When a post is written in Markdown, headers are removed but Markdown's headers markup clash with hashtags markup, the two start with a hash # symbol.

Edited Jan 29, 2021 by Duponin
Assignee
Assign to
Time tracking