-
Notifications
You must be signed in to change notification settings - Fork 71
change headers #279
change headers #279
Conversation
without messing with the encoding this time?
@sckott if we merge this we'll lose your formatting of links. Is that bad? |
Example of a bad change https://github.com/ropensci/roweb2/pull/279/files#diff-8828c4570d80dd504322aabbe30964f0L267 (this is a variable name that should have been escaped with backquotes) |
As a reminder from my previous bad PR, changes that happen on top of header homogeneization are homogeneization of the Markdown syntax,
|
And to show the actual good stuff, see https://deploy-preview-279--ropensci.netlify.com/blog/2018/09/04/birds-taxo-traits/ vs https://ropensci.org/blog/2018/09/04/birds-taxo-traits/ , the new post uses h2 and h3 instead of h3 and h4. |
Post using h1 at the moment https://ropensci.org/blog/2013/05/16/pyopensci/ In my branch it's https://deploy-preview-279--ropensci.netlify.com/blog/2013/05/16/pyopensci/ @jeroen I still find h2 a bit big, but this could be changed in the style files, at least with my changes we'd have h2/h3/h4 everywere. |
can you show me an example. not sure what you mean |
Sorry it's the 4th item in #279 (comment) (with links to examples) |
I think we have to support markdown links with |
What do you mean by supporting? They get lost by this conversion but in the future we will hopefully not need to re homogeneize all header levels. |
Does this PR make any changes to how posts are rendered moving forward, or just changes to posts in the past? |
Just posts in the past. The unwanted changes in Markdown files in this PR (i.e changes other than header levels) are losses but should not change the resulting html. I guess it's not impossible that we do such a batch edit again one day, but maybe it won't happen. |
Okay, no worries then, just wanted to check if this was a change to how posts are rendered with hugo moving forward |
will make a new PR once ropensci/tinkr#4 is solved :-) |
without messing with the encoding this time?
cf #30 and #278