strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

Does not work on blogger

Open AllanXu49 opened this issue 8 years ago • 1 comments

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 tag, the whole page is wiped out.

Any chance you can help to make strapdown work on blogger?

AllanXu49 avatar Nov 20 '16 03:11 AllanXu49

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.

<script src="https://obedm503.github.io/bootmark/dist/bootmark.bundle.min.js"></script>
<bootmark 
  template="{
    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

obedm503 avatar Nov 20 '16 23:11 obedm503