David Ribeiro Alves has submitted this change and it was merged. Change subject: Fix list rendering of the last weekly update post ......................................................................
Fix list rendering of the last weekly update post The sublist after "Noteworthy features/improvements" is not rendering properly. Apparently it was missing a new line to be indentified as a list but adding it made things look weird too (a new line before the list but none after). This makes the list a "definition list" which boldens the title and avoids the new line weirdness at the cost of extra indenting. Change-Id: I78abc84ee430c0c73536ebc5691c39c47f836498 Reviewed-on: http://gerrit.cloudera.org:8080/5131 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: David Ribeiro Alves <[email protected]> --- M _posts/2016-11-15-weekly-update.md 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: David Ribeiro Alves: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5131 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I78abc84ee430c0c73536ebc5691c39c47f836498 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: gh-pages Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
