ksirgey
January 13, 2019, 5:37pm
#1
Hello. I wondered if I could get some help with my markdown previewer. The header is centering when I don’t want it to, and the blockquote is not rendering correctly (Unable to pass user story #5 .
https://learn.freecodecamp.org/front-end-libraries/front-end-libraries-projects/build-a-markdown-previewer
What could I be doing wrong? Many thanks in advance.
Ascii
January 13, 2019, 6:03pm
#2
Hi there, I’m not as far through the course as you so I can’t help with the block quote section, but I can see that the header is centering because you have the following in your CSS:
h1 {
text-align: center;
}
At line 4
ksirgey
January 13, 2019, 6:06pm
#3
Ah, thanks. I meant the header in the display window (# Header).
ksirgey
January 13, 2019, 7:07pm
#4
I figured out how to get # Header from centering. Blockquote is still not rendering properly. Having trouble passing user story #5 .