You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is such promising tool for blogger. I tested the library on blogger and unfortunately it is not compatible. When I add blow line to the bottom of the </xmp> tag, the whole page is wiped out.
I don't really know how to solve this on strapdown, but you could also use bootmark. It fulfills the same need as strapdown, just in a better way.
<scriptsrc="https://obedm503.github.io/bootmark/dist/bootmark.bundle.min.js"></script><bootmarktemplate="{ text: '${bootmark}' }"
><!-- template="{ text: '${bootmark}' }" just means that bootmark will not wrap the parsed markdown in any more html-->
## title
![image](https://obedm503.github.io/bootmark/bootmark-favicon.png =120x120)
> blockqoute
### another title
paragraph
![another image](https://obedm503.github.io/bootmark/bootmark-logo.png =320x320)
## list
- item 1
- item 2
- sub item 1
- sub item 2
- sub item 3
- item 3
</bootmark>
I tested this on blogger and it works just fine.
for more info on bootmark see the webpage here, the docs here, and some examples here
This is such promising tool for blogger. I tested the library on blogger and unfortunately it is not compatible. When I add blow line to the bottom of the </xmp> tag, the whole page is wiped out.
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>Any chance you can help to make strapdown work on blogger?
The text was updated successfully, but these errors were encountered: