Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atherdon committed Sep 4, 2021
1 parent 2096d2b commit c0c16d6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions src/react/parseReact.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,10 @@ function parseMDReact(source, isFull) {



// ReactReplacer.replaceMDBinded = replaceMarkdown.bind(state);
// ReactReplacer.replaceMDBindedPreviewText =
// replaceMarkdownPreviewText.bind(state);

// // NOTE DON'T CHANGE ORDER OF FUNCTION CALLS
// if (isFull) {
// ReactReplacer.previewText();
// }

// ReactReplacer.comments();
// ReactReplacer.strong();
// ReactReplacer.italic();
// ReactReplacer.header();

// ReactReplacer.image();
// ReactReplacer.link();

// ReactReplacer.del();
// ReactReplacer.q();
// ReactReplacer.code();

// ReactReplacer.ulList();
// // TODO UPDATE OLLIST CALLBACK, IT'S NOT WORKING
Expand Down

0 comments on commit c0c16d6

Please sign in to comment.