0

i want to parse raw style element in markdown file.

but Kramdown change spaces to &nbsp like below.

from

<style markdown="0">
.sample {
    color :red !important;
}
</style>

to

<style>
.sample&nbsp;{
    color&nbsp;:red&nbsp;!important;
}
</style>
kymmt
  • 75
  • 2
  • 9
  • I just attempted to replicate this bug and was unsuccessful, kramdown did not insert any non-breaking spaces and behaved as expected. Accordingly, this does not appear to be an issue with kramdown. Are you using kramdown by itself or using it through some other program? – Kyle Barbour Apr 25 '14 at 22:35
  • I use kramdown with Jykell. is this a Jykell's issue? – kymmt Apr 29 '14 at 16:13
  • Sure looks like it. Vanilla kramdown parses this correctly. – Kyle Barbour Apr 29 '14 at 16:32

0 Answers0