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
I was wondering if the list parsing was intentional:
Actual
Expected
But if you look at the feed, it's all inside one <ul>, however, delimited by \n:
<p><strong>Backbone.js</strong> supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone.js was originally extracted from the Rails application <ahref="http://www.documentcloud.org/">DocumentCloud</a>. Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript. Backbone is a library, not a framework. Synchronous events are used as the fundamental building block over constantly polling data. The main pars of Backbone are:</p>\n<ul>\n <li>Events</li>\n <li>Models – Wraps a row of data in business logic.</li>\n <li>Collections – A group of models on the client-side, with sorting/filtering/aggregation logic.</li>\n <li>Router (+ History)</li>\n <li>Views (+ Client-side Templates) – A logical, re-usable piece of UI. Often, but not always, associated with a model.</li>\n <li>Sync – Synchronization between frontend and REST API backend</li>\n</ul>\n
As far as I can see, that part is not open source, so I can't fix that myself and create a PR, right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Bug
Body
I was wondering if the list parsing was intentional:
But if you look at the feed, it's all inside one
<ul>
, however, delimited by\n
:As far as I can see, that part is not open source, so I can't fix that myself and create a PR, right?
(Originated here: github/explore#3980 (comment))
Beta Was this translation helpful? Give feedback.
All reactions