Skip to content

feat: Render markdown agendas with bs5 styles #6527

Merged
rjsparks merged 7 commits intoietf-tools:mainfrom
larseggert:feat-md-bs
Oct 30, 2023
Merged

feat: Render markdown agendas with bs5 styles #6527
rjsparks merged 7 commits intoietf-tools:mainfrom
larseggert:feat-md-bs

Conversation

@larseggert
Copy link
Copy Markdown
Collaborator

So that the look is consistent with the rest of the datatracker.

So that the look is consistent with the rest of the datatracker.
Comment thread ietf/meeting/views.py Outdated
content_type = content_type.replace("plain", "markdown", 1)
break
elif atype[0] == "text/html":
bytes = render(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is building an HttpResponse object, not a string (thanks to @kesara for spotting it).

@larseggert larseggert requested a review from rjsparks October 28, 2023 00:29
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 28, 2023

Codecov Report

Merging #6527 (d246879) into main (6d87279) will decrease coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6527      +/-   ##
==========================================
- Coverage   88.85%   88.85%   -0.01%     
==========================================
  Files         284      284              
  Lines       40253    40253              
==========================================
- Hits        35767    35765       -2     
- Misses       4486     4488       +2     
Files Coverage Δ
ietf/meeting/views.py 91.06% <100.00%> (ø)

... and 3 files with indirect coverage changes

Comment thread ietf/static/css/ietf.scss

// Leave room for fixed-top navbar...
body {
body.navbar-offset {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the change to base seem out of scope for this PR subject. Please make things like this in their own PR going forward.

@rjsparks rjsparks merged commit aed328b into ietf-tools:main Oct 30, 2023
@larseggert larseggert deleted the feat-md-bs branch October 30, 2023 18:54
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants