Hello all, I'm working on a class assignment, so I'm not seeking a specific answer/code, but I'm just trying to figure out a general process.
The task is this... I have some markdown files located in a directory, however when running the website they need to be displayed as html. Because this is a learning assignment, no markdown conversion libraries are allowed. So I'm tasked with using regular expressions to convert. I understand regular expressions and have already formulated a few to change things like **text** to <strong>text</strong> and so on, but being so new to Django and still figuring out how it works, I'm just completely flummoxed on the execution/implementation. So any general advice would be appreciated. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4d3fe147-d502-40c2-a866-d72bb30f8352%40googlegroups.com.

