Webpage link: https://courses.edx.org/courses/course-v1:HarvardX+CS50W+Web/course/
Youtube :https://www.youtube.com/watch?v=yecyd_-Drc0
Design of Wikipedia-like online encyclopedia. Uses Github Markdown syntax to write the contents of encyclopedia.
- Create New page
- Search for a page
- Edit existing page
- Show random page
- Markdown to HTML Conversion.
Implementation of Markdown to HTML conversion.
The File path is:
- encyclopedia/templatetags/markdown.py
- encyclopedia/templatetags/md.py
Supporting Features
- headings
- text styling: Bold, Italic, Strikethrough, Bold and italic
- unordered and ordered lists
- paragraphs
- Multiple and Single line Code Blocks
- Setext for <h1> and <h2> Tags
- horizontal rule <hr> tag
- Link text (Hyperlinks)
- Image links
- inline code
- Web links (example: https://www.google.com)
- accepts html tags <img> inside a <p> tag
Note: Additional support in progress
-
HTML5
-
Cascading Style Sheets (CSS)
NAIR SAARIKA BHASI