Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[little bug] Rendering   in code block. #790

Closed
kuronat opened this issue Aug 11, 2017 · 4 comments
Closed

[little bug] Rendering   in code block. #790

kuronat opened this issue Aug 11, 2017 · 4 comments

Comments

@kuronat
Copy link

kuronat commented Aug 11, 2017

Using Boostnote 0.8.13 on macOS Sierra.

This code

├── app.yaml
└── website
    ├── css
    │   ├── downloads.css
    │   ├── faq.css
    │   ├── feedback.css
    │   └── global.css
    ├── downloads
    ├── downloads.html
    ├── faq.html
    ├── favicon.ico
    ├── feedback.html
    ├── images
    │   ├── facebook.png
    │   ├── google+.png
    │   ├── logo.png
    │   └── twitter.png
    ├── index.html
    └── tutorial.html

4 directories, 15 files

looks like this.

image

My expectation is below.

https://gist.github.com/kuronat/ca294885eb08c30e0f5132a07571ebe5

image

@kuronat kuronat changed the title Rendering   in code block. [little bug] Rendering   in code block. Aug 11, 2017
@asmsuechan
Copy link
Contributor

HI, @kuronat. Thank you for reporting. I'll fix it.

@asmsuechan
Copy link
Contributor

image

Fixed.
ref: #816

@asmsuechan
Copy link
Contributor

Oops, sorry. It's not fixed in that PR.

@asmsuechan asmsuechan reopened this Aug 19, 2017
@asmsuechan
Copy link
Contributor

asmsuechan commented Aug 19, 2017

I reopened this issue but it's a specification of codeblock. So I close this again. Sorry!
HTML entities are not encoded in a codeblock, so you should not use codeblock. So, you have to replace   to space if you want to put them in the codeblock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants