Open billdavisjr opened 4 years ago
Switch to using AIrTable for database; it allows formatted text fields, though (oddly) not in HTML but in MarkDown or something else. Perhaps there is a codelibrary for JS or Python that will convert Markdown to HTML? Also, could we just implement the original suggestion in Python and convert the quotation_text field before we pass it to the template for display?
Might have to take the text and add
takes everywhere there is a \ or something, then inject that into the quote-text DIV tag's .innerHtml or .html property?