Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Aug 10, 2024
1 parent 8d72cb3 commit b422e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smd.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const
LIST_ORDERED = 16777216, // 24
LIST_ITEM = 33554432, // 25
CHECKBOX = 67108864, // 26
MAYBE_URL =134217728, // 27
MAYBE_TASK =268435456, // 28
MAYBE_URL =134217728, // 27
MAYBE_TASK =268435456, // 28
/** `HEADING_1 | HEADING_2 | HEADING_3 | HEADING_4 | HEADING_5 | HEADING_6` */
ANY_HEADING = 252,
/** `CODE_BLOCK | CODE_FENCE | CODE_INLINE` */
Expand Down

0 comments on commit b422e10

Please sign in to comment.