Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0760f16cdd9a643919b55354aa47be3b7c1f1148
      
https://github.com/jenkins-infra/jenkins.io/commit/0760f16cdd9a643919b55354aa47be3b7c1f1148
  Author: Gavin Mogan <[email protected]>
  Date:   2021-10-03 (Sun, 03 Oct 2021)

  Changed paths:
    M 
content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md
    M content/blog/2010/2010-02-15-hudson-1-346-released.md
    M 
content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md
    M content/blog/2010/2010-02-22-hudson-1-347-released.md
    M content/blog/2010/2010-02-24-hudson-at-pycon.md
    M content/blog/2010/2010-03-01-hudson-1-348-released.md
    M content/blog/2010/2010-03-08-hudson-1-349-released.md
    M content/blog/2010/2010-03-15-hudson-1-350-released.md
    M content/blog/2010/2010-03-22-hudson-1-352-released.md
    M content/blog/2010/2010-03-31-hudson-1-353-released.md
    M content/blog/2010/2010-04-16-hudson-1-354-released.md
    M content/blog/2010/2010-04-24-hudson-1-355-released.md
    M content/blog/2010/2010-06-14-hudson-1-362-released.md
    M content/blog/2010/2010-06-22-hudson-1-363-released.md
    M content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md
    M 
content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md
    M 
content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md

  Log Message:
  -----------
  Cleanup markdown posts (#4599)

* panadoc doesn't properly read this file because the horizonal lines are not 
seperated by blank lines

* Remove code blocks and use backticks

* Reduce header level by one to match up with adoc

* Find all posts that don't have closing li tags and fix them

Found via
```
find content/blog -name '*.md' -exec ag -- '<li' {} + | awk -F: '{print $1}' | 
sort | uniq | xargs fgrep -L '/li'
```
then manually fixed

* Remove <center> tag which seems to confuse kramadoc, and as does a blank line 
in the quote

* Add some missing close /ul

* try single line

Co-authored-by: Tim Jacomb <[email protected]>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/c3291e-0760f1%40github.com.

Reply via email to