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

Comments polluting the source code of the example #17

Closed
spinningarrow opened this issue Dec 9, 2015 · 2 comments
Closed

Comments polluting the source code of the example #17

spinningarrow opened this issue Dec 9, 2015 · 2 comments
Labels

Comments

@spinningarrow
Copy link

The comment markers are added a lot of unnecessary code to the example, which can be seen when the Show source code option in the sidebar is turned on. The markup looks like this:

<div class="source-bbl_w" timestamp="1449639068335" id="5667bca0ae41c23f4d6f6f49" style="left: 334px; top: 35px;">
  <div class="js-bbl">
    <div class="source-bbl_form" style="display: none;">
      <textarea class="source-bbl_it" placeholder="Your comment..."></textarea>
      <div class="source-bbl_sep"></div>
      <input class="source-bbl_name" placeholder="Signature"/>
      <div class="source-bbl_actions">
        <button class="js-bbl_submit">Save</button>
        <a href="#" class="js-bbl_cancel">Cancel</a>
      </div>
    </div>
    <div class="source-bbl_info __show">
      <div class="source-bbl_tx">what do you think?</div>
      <div class="source-bbl_author">Sahil</div>
      <div class="js-bbl_close"></div>
    </div>
  </div>
  <a href="#" class="js-bbl_point"></a>
</div>

Can I hide that somehow?

@robhrt7
Copy link
Member

robhrt7 commented Dec 9, 2015

Hm, thats' a good point, I'll take a look how we can move it from example block.

@robhrt7 robhrt7 added the bug label Dec 9, 2015
@robhrt7
Copy link
Member

robhrt7 commented Dec 13, 2015

Fixed in 0.2.0 release, now comments are placed outside source_example block.

@robhrt7 robhrt7 closed this as completed Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants