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

Does not work on blogger #74

Open
AllanXu49 opened this issue Nov 20, 2016 · 1 comment
Open

Does not work on blogger #74

AllanXu49 opened this issue Nov 20, 2016 · 1 comment

Comments

@AllanXu49
Copy link

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?

@obedm503
Copy link

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

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