doc: remove cleared todo comment

This commit is contained in:
2024-10-19 16:16:07 +02:00
parent 002f4f4310
commit a148e9e680

View File

@@ -1,4 +1,4 @@
///! Transform a given `zmd.Note` into a buffer which can be used by any `vaxis.widgets.View` ///! Transform a given `zmd.Node` into a buffer which can be used by any `vaxis.widgets.View`
const std = @import("std"); const std = @import("std");
const vaxis = @import("vaxis"); const vaxis = @import("vaxis");
const zmd = @import("zmd"); const zmd = @import("zmd");
@@ -16,7 +16,6 @@ pub fn toBuffer(
var next_start: ?usize = start; var next_start: ?usize = start;
var style = sty; var style = sty;
// FIXME: support list display // FIXME: support list display
// TODO: improve code block listings (i.e. add line numbers with corresponding separator, etc.)
// determine general styling changes // determine general styling changes
switch (node.token.element.type) { switch (node.token.element.type) {