Header Markdown not rendering #241

Closed
opened 2026-02-04 17:56:47 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @DDCMI on GitHub (Jan 19, 2017).

For Bug Reports

  • BookStack Version: 0.13.1
  • PHP Version: 7.0.13
  • MySQL Version: 5.7.16
Expected Behavior

markdown code to render in preview and after save

Actual Behavior

shows raw markdown

Originally created by @DDCMI on GitHub (Jan 19, 2017). ### For Bug Reports * BookStack Version: 0.13.1 * PHP Version: 7.0.13 * MySQL Version: 5.7.16 ##### Expected Behavior markdown code to render in preview and after save ##### Actual Behavior shows raw markdown
Author
Owner

@ssddanbrown commented on GitHub (Jan 19, 2017):

Hi @DDCMI, Sorry to hear you're having problems with the markdown editor. Could you confirm your browser application (and version) along with your operating system.

If possible, Could you also post a screenshot of any errors in the browser developers tools (Usually press F12 then click 'Console').

@ssddanbrown commented on GitHub (Jan 19, 2017): Hi @DDCMI, Sorry to hear you're having problems with the markdown editor. Could you confirm your browser application (and version) along with your operating system. If possible, Could you also post a screenshot of any errors in the browser developers tools (Usually press F12 then click 'Console').
Author
Owner

@DDCMI commented on GitHub (Jan 19, 2017):

Browser chromium 55.0.2883.87

Arch linux

kernel 4.8.13-1

so I guess its not that nothing renders (my bad I didnt get past the header not working ) however as you can see the header does not render. the error that where thrown where when I added the checkbox and the inline image link

image

@DDCMI commented on GitHub (Jan 19, 2017): Browser chromium 55.0.2883.87 Arch linux kernel 4.8.13-1 so I guess its not that nothing renders (my bad I didnt get past the header not working ) however as you can see the header does not render. the error that where thrown where when I added the checkbox and the inline image link ![image](https://cloud.githubusercontent.com/assets/5843899/22084208/25034a34-dd9d-11e6-84a5-1407f519351d.png)
Author
Owner

@xeals commented on GitHub (Jan 19, 2017):

You need a space between the pound sign and the text of the header.

# Header

rather than

#Header
@xeals commented on GitHub (Jan 19, 2017): You need a space between the pound sign and the text of the header. ``` # Header ``` rather than ``` #Header ```
Author
Owner

@ssddanbrown commented on GitHub (Jan 19, 2017):

Thanks @Azphreal, Beat me to it 😃

@DDCMI Nice arch system by the way, Is that top bar using arc theme?

@ssddanbrown commented on GitHub (Jan 19, 2017): Thanks @Azphreal, Beat me to it 😃 @DDCMI Nice arch system by the way, Is that top bar using arc theme?
Author
Owner

@DDCMI commented on GitHub (Jan 19, 2017):

interesting, I am pretty new to markdown but am really liking it, that is part of the reason that I installed bookstack is that it is one of the few documentation programs that I have found that is web based and supports markdown. but the editor that I normally use (haroopad) doesn't require the space. Thanks for teaching me something new. @ssddanbrown thanks and yes it is the arc-dark theme.

@DDCMI commented on GitHub (Jan 19, 2017): interesting, I am pretty new to markdown but am really liking it, that is part of the reason that I installed bookstack is that it is one of the few documentation programs that I have found that is web based and supports markdown. but the editor that I normally use (haroopad) doesn't require the space. Thanks for teaching me something new. @ssddanbrown thanks and yes it is the arc-dark theme.
Author
Owner

@ssddanbrown commented on GitHub (Jan 19, 2017):

@DDCMI Awesome! Yeah, Markdown seems to be a quite flexible standard in the fact there's quite a few 'Flavours' of markdown syntax and rendering about. A space after the hash is quite a common rule though.

I'll go ahead and close this issue now this is solved 🙌

@ssddanbrown commented on GitHub (Jan 19, 2017): @DDCMI Awesome! Yeah, Markdown seems to be a quite flexible standard in the fact there's quite a few 'Flavours' of markdown syntax and rendering about. A space after the hash is quite a common rule though. I'll go ahead and close this issue now this is solved 🙌
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#241