Skip to content

Commit

Permalink
Comment out in progress to test properly
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Oct 26, 2023
1 parent 30e0793 commit 7816086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ function renderMarkdown(content, givenOpts = {}) {
// Disable Tables
md.disable("table");
// Only support line breaks in HTML
md.inline.ruler.before("html_inline", "only_allow_line_breaks", (state) => {
state.tokens.forEach()
});
// md.inline.ruler.before("html_inline", "only_allow_line_breaks", (state) => {
// // Determine how to best handle this to only allow line breaks. Research needed
// });
}

let textContent;
Expand Down

0 comments on commit 7816086

Please sign in to comment.