Skip to content

Comments polluting the source code of the example #17

@spinningarrow

Description

@spinningarrow

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions