Changes between Initial Version and Version 1 of Ticket #2112, comment 11
- Timestamp:
- 12/25/2016 12:10:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2112, comment 11
initial v1 1 1 > Could we try using div elements instead of p to group FAQ answers? 2 Sure, I didn't notice it was nesting `<p>` elements. `<div>` makes sense in that case. 2 Sure, I didn't notice it was nesting `<p>` elements. `<div>` makes sense in that case. ''edit: If it's actually being display filtered somewhere, we could also just skip adding any wrapping elements.'' 3 3 4 4 > Do we only use that new FAQ markup in the API?